upload files
7
AUTHORS
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Cursors:
|
||||||
|
Alexey varfolomeev <varlesh@gmail.com>
|
||||||
|
|
||||||
|
Build script:
|
||||||
|
Sergei Eremenko <https://github.com/SmartFinn>
|
||||||
|
Keefer Rourke <keefer.rourke@gmail.com>
|
||||||
|
Moded by Efus10n & jnzhng from https://github.com/keeferrourke/capitaine-cursors
|
||||||
339
LICENSE
Normal file
@@ -0,0 +1,339 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Lesser General Public License instead.) You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
this service if you wish), that you receive source code or can get it
|
||||||
|
if you want it, that you can change the software or use pieces of it
|
||||||
|
in new free programs; and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. You must make sure that they, too, receive or can get the
|
||||||
|
source code. And you must show them these terms so they know their
|
||||||
|
rights.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
|
source code as you receive it, in any medium, provided that you
|
||||||
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
|
REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
|
consider it more useful to permit linking proprietary applications with the
|
||||||
|
library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License.
|
||||||
38
Makefile
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
PREFIX ?= /usr
|
||||||
|
CURSOR_THEMES ?= $(patsubst %/index.theme,%,$(wildcard ./dist/*/index.theme))
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
bash build.sh
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -rf build/ dist/ *.tar.gz
|
||||||
|
|
||||||
|
install:
|
||||||
|
mkdir -p $(DESTDIR)$(PREFIX)/share/icons
|
||||||
|
cp -R $(CURSOR_THEMES) $(DESTDIR)$(PREFIX)/share/icons
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
-rm -rf $(foreach cursor_theme,$(CURSOR_THEMES),$(DESTDIR)$(PREFIX)/share/icons/$(cursor_theme))
|
||||||
|
|
||||||
|
dist: _get_version $(CURSOR_THEMES)
|
||||||
|
|
||||||
|
_get_version:
|
||||||
|
$(eval VERSION := $(shell git show -s --format=%cd --date=format:%Y%m%d HEAD))
|
||||||
|
@echo $(VERSION)
|
||||||
|
|
||||||
|
release: _get_version
|
||||||
|
git tag -f $(VERSION)
|
||||||
|
git push origin --tags
|
||||||
|
git push origin
|
||||||
|
|
||||||
|
undo_release: _get_version
|
||||||
|
-git tag -d $(VERSION)
|
||||||
|
-git push --delete origin $(VERSION)
|
||||||
|
|
||||||
|
$(CURSOR_THEMES):
|
||||||
|
cp -f AUTHORS LICENSE $@
|
||||||
|
tar -C $(dir $@) -czf $(notdir $@)_$(VERSION).tar.gz $(notdir $@)
|
||||||
|
|
||||||
|
.PHONY: all build clean dist install uninstall _get_version release undo_release $(CURSOR_THEMES)
|
||||||
30
README.md
@@ -1,2 +1,28 @@
|
|||||||
# oreo-cursors
|
# Oreo Cursors
|
||||||
oreo-cursors
|
|
||||||
|
### Install build version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Manual Install
|
||||||
|
|
||||||
|
1. Install dependencies:
|
||||||
|
|
||||||
|
- git
|
||||||
|
- make
|
||||||
|
- inkscape
|
||||||
|
- xcursorgen
|
||||||
|
|
||||||
|
2. Run the following commands as normal user:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/varlesh/oreo-cursors.git
|
||||||
|
cd oreo-cursors
|
||||||
|
make build
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Choose a theme in the Settings or in the Tweaks tool.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
92
build.sh
Executable file
@@ -0,0 +1,92 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Tiny cursors, based on KDE Breeze
|
||||||
|
# Copyright (c) 2016 Keefer Rourke <keefer.rourke@gmail.com>
|
||||||
|
# Copyright (c) 2020 Sergei Eremenko <https://github.com/SmartFinn>
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
convert_to_png() {
|
||||||
|
local src_dir="$1"
|
||||||
|
local out_dir="${2:-.}"
|
||||||
|
local file size bitmap_file png_mtime svg_mtime
|
||||||
|
|
||||||
|
[ -d "$src_dir" ] || return 1
|
||||||
|
[ -d "$out_dir" ] || mkdir -p "$out_dir"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2016
|
||||||
|
for file in "$src_dir"/*.svg; do
|
||||||
|
[ -f "$file" ] || continue
|
||||||
|
for size in 32 64; do
|
||||||
|
bitmap_file="${out_dir%/}/$(basename "$file" .svg)_${size}.png"
|
||||||
|
|
||||||
|
svg_mtime="$(stat -c '%Y' "$file")"
|
||||||
|
png_mtime="$(stat -c '%Y' "$bitmap_file" 2>/dev/null || echo 0)"
|
||||||
|
|
||||||
|
if (( png_mtime > svg_mtime )); then
|
||||||
|
# skip if PNG file exists and the modification time is
|
||||||
|
# newer than on SVG file
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
|
printf '%s\0%s\0%s\0' "$bitmap_file" "$size" "$file"
|
||||||
|
done
|
||||||
|
done | xargs -r -0 -n 3 -P "$(nproc)" sh -c 'inkscape -z -e "$0" -w $1 -h $1 "$2"'
|
||||||
|
}
|
||||||
|
|
||||||
|
convert_to_x11cursor() {
|
||||||
|
local src_dir="$1"
|
||||||
|
local out_dir="$2"
|
||||||
|
local config base_name
|
||||||
|
|
||||||
|
[ -d "$src_dir" ] || return 1
|
||||||
|
|
||||||
|
if [ -d "$out_dir" ]; then
|
||||||
|
rm -rf "$out_dir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
mkdir -p "$out_dir"
|
||||||
|
|
||||||
|
echo -ne "Generating cursor theme...\\r"
|
||||||
|
for config in "$CONFIG_DIR"/*.cursor; do
|
||||||
|
[ -f "$config" ] || continue
|
||||||
|
base_name="$(basename "$config" .cursor)"
|
||||||
|
xcursorgen -p "$src_dir" "$config" "$out_dir/$base_name"
|
||||||
|
done
|
||||||
|
echo -e "Generating cursor theme... DONE"
|
||||||
|
}
|
||||||
|
|
||||||
|
create_aliases() {
|
||||||
|
local out_dir="$1"
|
||||||
|
local symlink target
|
||||||
|
|
||||||
|
echo -ne "Generating shortcuts...\\r"
|
||||||
|
while read -r symlink target; do
|
||||||
|
[ -e "$out_dir/$symlink" ] && continue
|
||||||
|
ln -sf "$target" "$out_dir/$symlink"
|
||||||
|
done < "$ALIASES"
|
||||||
|
echo -e "Generating shortcuts... DONE"
|
||||||
|
}
|
||||||
|
|
||||||
|
SCRIPT_DIR="$(dirname "$0")"
|
||||||
|
|
||||||
|
: "${SRC_DIR:="$SCRIPT_DIR"/src}"
|
||||||
|
: "${OUT_DIR:="$SCRIPT_DIR"/dist}"
|
||||||
|
: "${BUILD_DIR:="$SCRIPT_DIR"/build}"
|
||||||
|
: "${ALIASES:="$SCRIPT_DIR"/src/cursorList}"
|
||||||
|
: "${CONFIG_DIR:="$SCRIPT_DIR"/src/config}"
|
||||||
|
|
||||||
|
for theme_src_dir in "$SRC_DIR"/*; do
|
||||||
|
# skip directory that not contains index.theme file
|
||||||
|
[ -f "$theme_src_dir/index.theme" ] || continue
|
||||||
|
theme_name="$(basename "$theme_src_dir")"
|
||||||
|
theme_build_dir="$BUILD_DIR/$theme_name"
|
||||||
|
theme_out_dir="$OUT_DIR/$theme_name"
|
||||||
|
|
||||||
|
echo "=> Workon '$theme_src_dir' ..."
|
||||||
|
convert_to_png "$theme_src_dir" "$theme_build_dir"
|
||||||
|
convert_to_x11cursor "$theme_build_dir" "$theme_out_dir"/cursors
|
||||||
|
create_aliases "$theme_out_dir"/cursors
|
||||||
|
|
||||||
|
cp -f "$theme_src_dir/index.theme" "$theme_out_dir"/
|
||||||
|
done
|
||||||
140
src/_svgo.yml
Normal file
@@ -0,0 +1,140 @@
|
|||||||
|
# Default config for SVGO
|
||||||
|
#
|
||||||
|
# Usage:
|
||||||
|
#
|
||||||
|
# for d in Papirus/16x16/* Papirus/22x22/* Papirus/24x24/*
|
||||||
|
# do
|
||||||
|
# svgo --config=_svgo.yml -f "$d"
|
||||||
|
# done
|
||||||
|
#
|
||||||
|
# or
|
||||||
|
#
|
||||||
|
# svgo --config=_svgo.yml -f Papirus/16x16/actions
|
||||||
|
#
|
||||||
|
# or
|
||||||
|
#
|
||||||
|
# svgo --config=_svgo.yml -i FILE
|
||||||
|
|
||||||
|
full: true
|
||||||
|
multipass: true
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
|
||||||
|
# removes doctype declaration
|
||||||
|
- removeDoctype
|
||||||
|
|
||||||
|
# removes XML processing instructions
|
||||||
|
- removeXMLProcInst
|
||||||
|
|
||||||
|
# removes comments
|
||||||
|
- removeComments
|
||||||
|
|
||||||
|
# removes <metadata>
|
||||||
|
- removeMetadata
|
||||||
|
|
||||||
|
# removes editors namespaces, elements and attributes
|
||||||
|
- removeEditorsNSData
|
||||||
|
|
||||||
|
# removes unused IDs
|
||||||
|
# - cleanupIDs:
|
||||||
|
# minify: false
|
||||||
|
# preserve: [ 'current-color-scheme' ]
|
||||||
|
|
||||||
|
# removes elements in <defs> without id
|
||||||
|
- removeUselessDefs
|
||||||
|
|
||||||
|
# sorts element attributes (disabled by default)
|
||||||
|
- sortAttrs:
|
||||||
|
order:
|
||||||
|
- id
|
||||||
|
- fill
|
||||||
|
- stroke
|
||||||
|
- opacity
|
||||||
|
- style
|
||||||
|
- class
|
||||||
|
- width
|
||||||
|
- height
|
||||||
|
- x
|
||||||
|
- x1
|
||||||
|
- x2
|
||||||
|
- y
|
||||||
|
- y1
|
||||||
|
- y2
|
||||||
|
- cx
|
||||||
|
- cy
|
||||||
|
- rx
|
||||||
|
- ry
|
||||||
|
- r
|
||||||
|
- transform
|
||||||
|
- marker
|
||||||
|
- points
|
||||||
|
- d
|
||||||
|
|
||||||
|
# rounds numeric values to the fixed precision
|
||||||
|
# removes default ‘px’ units
|
||||||
|
# y="749.936002px" --> y="749.936"
|
||||||
|
- cleanupNumericValues:
|
||||||
|
floatPrecision: 3
|
||||||
|
leadingZero: true
|
||||||
|
defaultPx: true
|
||||||
|
convertToPx: false
|
||||||
|
|
||||||
|
# rounds list of values to the fixed precision
|
||||||
|
# viewBox="0 0 16px 16px" --> viewBox="0 0 16 16"
|
||||||
|
- cleanupListOfValues:
|
||||||
|
floatPrecision: 2
|
||||||
|
leadingZero: true
|
||||||
|
defaultPx: true
|
||||||
|
convertToPx: false
|
||||||
|
|
||||||
|
# converts colors: rgb() to #rrggbb
|
||||||
|
- convertColors:
|
||||||
|
shorthex: false
|
||||||
|
shortname: false
|
||||||
|
|
||||||
|
# convert non-eccentric <ellipse> to <circle>
|
||||||
|
- convertEllipseToCircle
|
||||||
|
|
||||||
|
# removes unknown elements content and attributes
|
||||||
|
# don't touch attrs with default values
|
||||||
|
# - removeUnknownsAndDefaults:
|
||||||
|
# defaultAttrs: false
|
||||||
|
|
||||||
|
# removes viewBox attr which coincides with a width/height box
|
||||||
|
- removeViewBox
|
||||||
|
|
||||||
|
# remove or cleanup enable-background attribute when possible
|
||||||
|
- cleanupEnableBackground
|
||||||
|
|
||||||
|
# removes hidden elements (zero sized, with absent attributes)
|
||||||
|
- removeHiddenElems:
|
||||||
|
opacity0: false
|
||||||
|
|
||||||
|
# removes empty <text> elements
|
||||||
|
- removeEmptyText
|
||||||
|
|
||||||
|
# removes empty attributes
|
||||||
|
- removeEmptyAttrs
|
||||||
|
|
||||||
|
# removes empty container elements
|
||||||
|
- removeEmptyContainers
|
||||||
|
|
||||||
|
# removes unused namespaces declaration
|
||||||
|
- removeUnusedNS
|
||||||
|
|
||||||
|
# removes <title>
|
||||||
|
- removeTitle
|
||||||
|
|
||||||
|
# removes <desc>
|
||||||
|
- removeDesc
|
||||||
|
|
||||||
|
# cleanups attributes from newlines, trailing and repeating spaces
|
||||||
|
- cleanupAttrs
|
||||||
|
|
||||||
|
# configure the indent (default 4 spaces) used by `--pretty` here:
|
||||||
|
#
|
||||||
|
# @see https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options
|
||||||
|
#
|
||||||
|
js2svg:
|
||||||
|
pretty: true
|
||||||
|
indent: ' '
|
||||||
2
src/config/alias.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 alias_32.png
|
||||||
|
64 16 2 alias_64.png
|
||||||
2
src/config/all-scroll.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 all-scroll_32.png
|
||||||
|
64 30 30 all-scroll_64.png
|
||||||
2
src/config/bottom_left_corner.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 bottom_left_corner_32.png
|
||||||
|
64 30 30 bottom_left_corner_64.png
|
||||||
2
src/config/bottom_right_corner.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 bottom_right_corner_32.png
|
||||||
|
64 30 30 bottom_right_corner_64.png
|
||||||
2
src/config/bottom_side.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 bottom_side_32.png
|
||||||
|
64 30 30 bottom_side_64.png
|
||||||
2
src/config/cell.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 cell_32.png
|
||||||
|
64 30 30 cell_64.png
|
||||||
2
src/config/center_ptr.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 1 center_ptr_32.png
|
||||||
|
64 30 2 center_ptr_64.png
|
||||||
2
src/config/col-resize.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 col-resize_32.png
|
||||||
|
64 30 30 col-resize_64.png
|
||||||
2
src/config/color-picker.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 6 6 color-picker_32.png
|
||||||
|
64 12 12 color-picker_64.png
|
||||||
2
src/config/context-menu.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 context-menu_32.png
|
||||||
|
64 16 2 context-menu_64.png
|
||||||
2
src/config/copy.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 copy_32.png
|
||||||
|
64 16 2 copy_64.png
|
||||||
2
src/config/crosshair.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 crosshair_32.png
|
||||||
|
64 30 30 crosshair_64.png
|
||||||
2
src/config/default.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 default_32.png
|
||||||
|
64 16 2 default_64.png
|
||||||
2
src/config/dnd-move.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 dnd-move_32.png
|
||||||
|
64 30 30 dnd-move_64.png
|
||||||
2
src/config/dnd-no-drop.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 dnd-no-drop_32.png
|
||||||
|
64 30 30 dnd-no-drop_64.png
|
||||||
2
src/config/down-arrow.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 down-arrow_32.png
|
||||||
|
64 30 30 down-arrow_64.png
|
||||||
2
src/config/draft.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
30 5 5 draft_32.png
|
||||||
|
64 10 10 draft_64.png
|
||||||
2
src/config/fleur.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 fleur_32.png
|
||||||
|
64 30 30 fleur_64.png
|
||||||
2
src/config/help.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 help_32.png
|
||||||
|
64 16 2 help_64.png
|
||||||
2
src/config/left-arrow.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 left-arrow_32.png
|
||||||
|
64 30 30 left-arrow_64.png
|
||||||
2
src/config/left_side.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 left_side_32.png
|
||||||
|
64 30 30 left_side_64.png
|
||||||
2
src/config/no-drop.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 8 1 no-drop_32.png
|
||||||
|
64 16 2 no-drop_64.png
|
||||||
2
src/config/not-allowed.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 not-allowed_32.png
|
||||||
|
64 30 30 not-allowed_64.png
|
||||||
2
src/config/openhand.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 openhand_32.png
|
||||||
|
64 30 30 openhand_64.png
|
||||||
2
src/config/pencil.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 5 26 pencil_32.png
|
||||||
|
64 10 52 pencil_64.png
|
||||||
2
src/config/pirate.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 pirate_32.png
|
||||||
|
64 30 30 pirate_64.png
|
||||||
2
src/config/pointer.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 13 4 pointer_32.png
|
||||||
|
64 26 8 pointer_64.png
|
||||||
96
src/config/progress.cursor
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
32 8 1 progress-01_32.png 30
|
||||||
|
32 8 1 progress-02_32.png 30
|
||||||
|
32 8 1 progress-03_32.png 30
|
||||||
|
32 8 1 progress-04_32.png 30
|
||||||
|
32 8 1 progress-05_32.png 30
|
||||||
|
32 8 1 progress-06_32.png 30
|
||||||
|
32 8 1 progress-07_32.png 30
|
||||||
|
32 8 1 progress-08_32.png 30
|
||||||
|
32 8 1 progress-09_32.png 30
|
||||||
|
32 8 1 progress-10_32.png 30
|
||||||
|
32 8 1 progress-11_32.png 30
|
||||||
|
32 8 1 progress-12_32.png 30
|
||||||
|
32 8 1 progress-13_32.png 30
|
||||||
|
32 8 1 progress-14_32.png 30
|
||||||
|
32 8 1 progress-15_32.png 30
|
||||||
|
32 8 1 progress-16_32.png 30
|
||||||
|
32 8 1 progress-17_32.png 30
|
||||||
|
32 8 1 progress-18_32.png 30
|
||||||
|
32 8 1 progress-19_32.png 30
|
||||||
|
32 8 1 progress-20_32.png 30
|
||||||
|
32 8 1 progress-21_32.png 30
|
||||||
|
32 8 1 progress-22_32.png 30
|
||||||
|
32 8 1 progress-23_32.png 30
|
||||||
|
32 8 1 progress-24_32.png 30
|
||||||
|
32 8 1 progress-25_32.png 30
|
||||||
|
32 8 1 progress-26_32.png 30
|
||||||
|
32 8 1 progress-27_32.png 30
|
||||||
|
32 8 1 progress-28_32.png 30
|
||||||
|
32 8 1 progress-29_32.png 30
|
||||||
|
32 8 1 progress-30_32.png 30
|
||||||
|
32 8 1 progress-31_32.png 30
|
||||||
|
32 8 1 progress-32_32.png 30
|
||||||
|
32 8 1 progress-33_32.png 30
|
||||||
|
32 8 1 progress-34_32.png 30
|
||||||
|
32 8 1 progress-35_32.png 30
|
||||||
|
32 8 1 progress-36_32.png 30
|
||||||
|
32 8 1 progress-37_32.png 30
|
||||||
|
32 8 1 progress-38_32.png 30
|
||||||
|
32 8 1 progress-39_32.png 30
|
||||||
|
32 8 1 progress-40_32.png 30
|
||||||
|
32 8 1 progress-41_32.png 30
|
||||||
|
32 8 1 progress-42_32.png 30
|
||||||
|
32 8 1 progress-43_32.png 30
|
||||||
|
32 8 1 progress-44_32.png 30
|
||||||
|
32 8 1 progress-45_32.png 30
|
||||||
|
32 8 1 progress-46_32.png 30
|
||||||
|
32 8 1 progress-47_32.png 30
|
||||||
|
32 8 1 progress-48_32.png 30
|
||||||
|
64 16 2 progress-01_64.png 30
|
||||||
|
64 16 2 progress-02_64.png 30
|
||||||
|
64 16 2 progress-03_64.png 30
|
||||||
|
64 16 2 progress-04_64.png 30
|
||||||
|
64 16 2 progress-05_64.png 30
|
||||||
|
64 16 2 progress-06_64.png 30
|
||||||
|
64 16 2 progress-07_64.png 30
|
||||||
|
64 16 2 progress-08_64.png 30
|
||||||
|
64 16 2 progress-09_64.png 30
|
||||||
|
64 16 2 progress-10_64.png 30
|
||||||
|
64 16 2 progress-11_64.png 30
|
||||||
|
64 16 2 progress-12_64.png 30
|
||||||
|
64 16 2 progress-13_64.png 30
|
||||||
|
64 16 2 progress-14_64.png 30
|
||||||
|
64 16 2 progress-15_64.png 30
|
||||||
|
64 16 2 progress-16_64.png 30
|
||||||
|
64 16 2 progress-17_64.png 30
|
||||||
|
64 16 2 progress-18_64.png 30
|
||||||
|
64 16 2 progress-19_64.png 30
|
||||||
|
64 16 2 progress-20_64.png 30
|
||||||
|
64 16 2 progress-21_64.png 30
|
||||||
|
64 16 2 progress-22_64.png 30
|
||||||
|
64 16 2 progress-23_64.png 30
|
||||||
|
64 16 2 progress-24_64.png 30
|
||||||
|
64 16 2 progress-25_64.png 30
|
||||||
|
64 16 2 progress-26_64.png 30
|
||||||
|
64 16 2 progress-27_64.png 30
|
||||||
|
64 16 2 progress-28_64.png 30
|
||||||
|
64 16 2 progress-29_64.png 30
|
||||||
|
64 16 2 progress-30_64.png 30
|
||||||
|
64 16 2 progress-31_64.png 30
|
||||||
|
64 16 2 progress-32_64.png 30
|
||||||
|
64 16 2 progress-33_64.png 30
|
||||||
|
64 16 2 progress-34_64.png 30
|
||||||
|
64 16 2 progress-35_64.png 30
|
||||||
|
64 16 2 progress-36_64.png 30
|
||||||
|
64 16 2 progress-37_64.png 30
|
||||||
|
64 16 2 progress-38_64.png 30
|
||||||
|
64 16 2 progress-39_64.png 30
|
||||||
|
64 16 2 progress-40_64.png 30
|
||||||
|
64 16 2 progress-41_64.png 30
|
||||||
|
64 16 2 progress-42_64.png 30
|
||||||
|
64 16 2 progress-43_64.png 30
|
||||||
|
64 16 2 progress-44_64.png 30
|
||||||
|
64 16 2 progress-45_64.png 30
|
||||||
|
64 16 2 progress-46_64.png 30
|
||||||
|
64 16 2 progress-47_64.png 30
|
||||||
|
64 16 2 progress-48_64.png 30
|
||||||
2
src/config/right-arrow.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 right-arrow_32.png
|
||||||
|
64 30 30 right-arrow_64.png
|
||||||
2
src/config/right_ptr.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 23 1 right_ptr_32.png
|
||||||
|
64 46 2 right_ptr_64.png
|
||||||
2
src/config/right_side.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 right_side_32.png
|
||||||
|
64 30 30 right_side_64.png
|
||||||
2
src/config/row-resize.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 row-resize_32.png
|
||||||
|
64 30 30 row-resize_64.png
|
||||||
2
src/config/size_bdiag.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 size_bdiag_32.png
|
||||||
|
64 30 30 size_bdiag_64.png
|
||||||
2
src/config/size_fdiag.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 size_fdiag_32.png
|
||||||
|
64 30 30 size_fdiag_64.png
|
||||||
2
src/config/size_hor.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 size_hor_32.png
|
||||||
|
64 30 30 size_hor_64.png
|
||||||
2
src/config/size_ver.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 size_ver_32.png
|
||||||
|
64 30 30 size_ver_64.png
|
||||||
2
src/config/text.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 text_32.png
|
||||||
|
64 30 30 text_64.png
|
||||||
2
src/config/top_left_corner.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 top_left_corner_32.png
|
||||||
|
64 30 30 top_left_corner_64.png
|
||||||
2
src/config/top_right_corner.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 top_right_corner_32.png
|
||||||
|
64 30 30 top_right_corner_64.png
|
||||||
2
src/config/top_side.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 top_side_32.png
|
||||||
|
64 30 30 top_side_64.png
|
||||||
2
src/config/up-arrow.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 up-arrow_32.png
|
||||||
|
64 30 30 up-arrow_64.png
|
||||||
2
src/config/vertical-text.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 vertical-text_32.png
|
||||||
|
64 30 30 vertical-text_64.png
|
||||||
96
src/config/wait.cursor
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
32 15 15 wait-01_32.png 30
|
||||||
|
32 15 15 wait-02_32.png 30
|
||||||
|
32 15 15 wait-03_32.png 30
|
||||||
|
32 15 15 wait-04_32.png 30
|
||||||
|
32 15 15 wait-05_32.png 30
|
||||||
|
32 15 15 wait-06_32.png 30
|
||||||
|
32 15 15 wait-07_32.png 30
|
||||||
|
32 15 15 wait-08_32.png 30
|
||||||
|
32 15 15 wait-09_32.png 30
|
||||||
|
32 15 15 wait-10_32.png 30
|
||||||
|
32 15 15 wait-11_32.png 30
|
||||||
|
32 15 15 wait-12_32.png 30
|
||||||
|
32 15 15 wait-13_32.png 30
|
||||||
|
32 15 15 wait-14_32.png 30
|
||||||
|
32 15 15 wait-15_32.png 30
|
||||||
|
32 15 15 wait-16_32.png 30
|
||||||
|
32 15 15 wait-17_32.png 30
|
||||||
|
32 15 15 wait-18_32.png 30
|
||||||
|
32 15 15 wait-19_32.png 30
|
||||||
|
32 15 15 wait-20_32.png 30
|
||||||
|
32 15 15 wait-21_32.png 30
|
||||||
|
32 15 15 wait-22_32.png 30
|
||||||
|
32 15 15 wait-23_32.png 30
|
||||||
|
32 15 15 wait-24_32.png 30
|
||||||
|
32 15 15 wait-25_32.png 30
|
||||||
|
32 15 15 wait-26_32.png 30
|
||||||
|
32 15 15 wait-27_32.png 30
|
||||||
|
32 15 15 wait-28_32.png 30
|
||||||
|
32 15 15 wait-29_32.png 30
|
||||||
|
32 15 15 wait-30_32.png 30
|
||||||
|
32 15 15 wait-31_32.png 30
|
||||||
|
32 15 15 wait-32_32.png 30
|
||||||
|
32 15 15 wait-33_32.png 30
|
||||||
|
32 15 15 wait-34_32.png 30
|
||||||
|
32 15 15 wait-35_32.png 30
|
||||||
|
32 15 15 wait-36_32.png 30
|
||||||
|
32 15 15 wait-37_32.png 30
|
||||||
|
32 15 15 wait-38_32.png 30
|
||||||
|
32 15 15 wait-39_32.png 30
|
||||||
|
32 15 15 wait-40_32.png 30
|
||||||
|
32 15 15 wait-41_32.png 30
|
||||||
|
32 15 15 wait-42_32.png 30
|
||||||
|
32 15 15 wait-43_32.png 30
|
||||||
|
32 15 15 wait-44_32.png 30
|
||||||
|
32 15 15 wait-45_32.png 30
|
||||||
|
32 15 15 wait-46_32.png 30
|
||||||
|
32 15 15 wait-47_32.png 30
|
||||||
|
32 15 15 wait-48_32.png 30
|
||||||
|
64 30 30 wait-01_64.png 30
|
||||||
|
64 30 30 wait-02_64.png 30
|
||||||
|
64 30 30 wait-03_64.png 30
|
||||||
|
64 30 30 wait-04_64.png 30
|
||||||
|
64 30 30 wait-05_64.png 30
|
||||||
|
64 30 30 wait-06_64.png 30
|
||||||
|
64 30 30 wait-07_64.png 30
|
||||||
|
64 30 30 wait-08_64.png 30
|
||||||
|
64 30 30 wait-09_64.png 30
|
||||||
|
64 30 30 wait-10_64.png 30
|
||||||
|
64 30 30 wait-11_64.png 30
|
||||||
|
64 30 30 wait-12_64.png 30
|
||||||
|
64 30 30 wait-13_64.png 30
|
||||||
|
64 30 30 wait-14_64.png 30
|
||||||
|
64 30 30 wait-15_64.png 30
|
||||||
|
64 30 30 wait-16_64.png 30
|
||||||
|
64 30 30 wait-17_64.png 30
|
||||||
|
64 30 30 wait-18_64.png 30
|
||||||
|
64 30 30 wait-19_64.png 30
|
||||||
|
64 30 30 wait-20_64.png 30
|
||||||
|
64 30 30 wait-21_64.png 30
|
||||||
|
64 30 30 wait-22_64.png 30
|
||||||
|
64 30 30 wait-23_64.png 30
|
||||||
|
64 30 30 wait-24_64.png 30
|
||||||
|
64 30 30 wait-25_64.png 30
|
||||||
|
64 30 30 wait-26_64.png 30
|
||||||
|
64 30 30 wait-27_64.png 30
|
||||||
|
64 30 30 wait-28_64.png 30
|
||||||
|
64 30 30 wait-29_64.png 30
|
||||||
|
64 30 30 wait-30_64.png 30
|
||||||
|
64 30 30 wait-31_64.png 30
|
||||||
|
64 30 30 wait-32_64.png 30
|
||||||
|
64 30 30 wait-33_64.png 30
|
||||||
|
64 30 30 wait-34_64.png 30
|
||||||
|
64 30 30 wait-35_64.png 30
|
||||||
|
64 30 30 wait-36_64.png 30
|
||||||
|
64 30 30 wait-37_64.png 30
|
||||||
|
64 30 30 wait-38_64.png 30
|
||||||
|
64 30 30 wait-39_64.png 30
|
||||||
|
64 30 30 wait-40_64.png 30
|
||||||
|
64 30 30 wait-41_64.png 30
|
||||||
|
64 30 30 wait-42_64.png 30
|
||||||
|
64 30 30 wait-43_64.png 30
|
||||||
|
64 30 30 wait-44_64.png 30
|
||||||
|
64 30 30 wait-45_64.png 30
|
||||||
|
64 30 30 wait-46_64.png 30
|
||||||
|
64 30 30 wait-47_64.png 30
|
||||||
|
64 30 30 wait-48_64.png 30
|
||||||
2
src/config/wayland-cursor.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 wayland-cursor_32.png
|
||||||
|
64 30 30 wayland-cursor_64.png
|
||||||
2
src/config/x-cursor.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 x-cursor_32.png
|
||||||
|
64 30 30 x-cursor_64.png
|
||||||
2
src/config/zoom-in.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 zoom-in_32.png
|
||||||
|
64 30 30 zoom-in_64.png
|
||||||
2
src/config/zoom-out.cursor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
32 15 15 zoom-out_32.png
|
||||||
|
64 30 30 zoom-out_64.png
|
||||||
114
src/cursorList
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
00000000000000020006000e7e9ffc3f progress
|
||||||
|
00008160000006810000408080010102 size_ver
|
||||||
|
03b6e0fcb3499374a867c041f52298f0 circle
|
||||||
|
08e8e1c95fe2fc01f976f1e063a24ccd progress
|
||||||
|
1081e37283d90000800003c07f3ef6bf copy
|
||||||
|
3085a0e285430894940527032f8b26df alias
|
||||||
|
3ecb610c1bf2410f44200f48c40d3599 progress
|
||||||
|
4498f0e0c1937ffe01fd06f973665830 dnd-move
|
||||||
|
5c6cd98b3f3ebcb1f9c7f1c204630408 help
|
||||||
|
6407b0e94181790501fd1e167b474872 copy
|
||||||
|
640fb0e74195791501fd1ed57b41487f alias
|
||||||
|
9081237383d90e509aa00f00170e968f dnd-move
|
||||||
|
9d800788f1b08800ae810202380a0822 pointer
|
||||||
|
a2a266d0498c3104214a47bd64ab0fc8 alias
|
||||||
|
b66166c04f8c3109214a4fbd64a50fc8 copy
|
||||||
|
d9ce0ab605698f320427677b458ad60b help
|
||||||
|
e29285e634086352946a0e7090d73106 pointer
|
||||||
|
fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move
|
||||||
|
arrow default
|
||||||
|
alias copy
|
||||||
|
all-scroll fleur
|
||||||
|
bottom_left_corner size_bdiag
|
||||||
|
bottom_right_corner size_fdiag
|
||||||
|
cell crosshair
|
||||||
|
center_ptr default
|
||||||
|
circle not-allowed
|
||||||
|
closedhand dnd-move
|
||||||
|
col-resize size_hor
|
||||||
|
color-picker crosshair
|
||||||
|
context-menu default
|
||||||
|
copy dnd-move
|
||||||
|
cross crosshair
|
||||||
|
crossed_circle not-allowed
|
||||||
|
crosshair default
|
||||||
|
dnd-copy copy
|
||||||
|
dnd-move default
|
||||||
|
dnd-no-drop not-allowed
|
||||||
|
dnd-none dnd-move
|
||||||
|
down-arrow default
|
||||||
|
draft pencil
|
||||||
|
e-resize size_hor
|
||||||
|
ew-resize size_hor
|
||||||
|
fleur default
|
||||||
|
forbidden no-drop
|
||||||
|
grab openhand
|
||||||
|
grabbing dnd-move
|
||||||
|
h_double_arrow size_hor
|
||||||
|
half-busy progress
|
||||||
|
hand pointer
|
||||||
|
hand1 pointer
|
||||||
|
hand2 pointer
|
||||||
|
help default
|
||||||
|
ibeam text
|
||||||
|
left-arrow default
|
||||||
|
left_ptr default
|
||||||
|
left_ptr_help help
|
||||||
|
left_ptr_watch progress
|
||||||
|
left_side left-arrow
|
||||||
|
link alias
|
||||||
|
ll_angle bottom_left_corner
|
||||||
|
lr_angle bottom_right_corner
|
||||||
|
move dnd-move
|
||||||
|
n-resize size_ver
|
||||||
|
ns-resize size_ver
|
||||||
|
ne-resize size_bdiag
|
||||||
|
nesw-resize size_bdiag
|
||||||
|
no-drop not-allowed
|
||||||
|
not-allowed default
|
||||||
|
nw-resize size_fdiag
|
||||||
|
nwse-resize size_fdiag
|
||||||
|
openhand default
|
||||||
|
pencil default
|
||||||
|
pirate default
|
||||||
|
plus cell
|
||||||
|
pointer default
|
||||||
|
pointing_hand pointer
|
||||||
|
progress default
|
||||||
|
question_arrow help
|
||||||
|
right-arrow default
|
||||||
|
right_ptr default
|
||||||
|
right_side right-arrow
|
||||||
|
row-resize size_ver
|
||||||
|
s-resize size_ver
|
||||||
|
sb_h_double_arrow size_hor
|
||||||
|
sb_v_double_arrow size_ver
|
||||||
|
se-resize size_fdiag
|
||||||
|
size-bdiag default
|
||||||
|
size-fdiag default
|
||||||
|
size-hor default
|
||||||
|
size-ver default
|
||||||
|
size_all fleur
|
||||||
|
split_h col-resize
|
||||||
|
split_v row-resize
|
||||||
|
sw-resize size_bdiag
|
||||||
|
text default
|
||||||
|
top_left_arrow default
|
||||||
|
top_left_corner size_fdiag
|
||||||
|
top_right_corner size_bdiag
|
||||||
|
top_side up-arrow
|
||||||
|
ul_angle top_left_corner
|
||||||
|
ur_angle top_right_corner
|
||||||
|
up-arrow default
|
||||||
|
v_double_arrow size_ver
|
||||||
|
vertical-text text
|
||||||
|
w-resize size_hor
|
||||||
|
wait default
|
||||||
|
watch wait
|
||||||
|
wayland-cursor default
|
||||||
|
whats_this help
|
||||||
|
x-cursor default
|
||||||
|
X_cursor x-cursor
|
||||||
|
xterm text
|
||||||
|
zoom-in default
|
||||||
|
zoom-out default
|
||||||
10
src/oreo_blue_cursors/alias.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path821" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7328639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 18 14 L 18 16 L 15.5 16 A 3.5 3.5 0 0 0 12 19.5 A 3.5 3.5 0 0 0 15.5 23 A 3.5 3.5 0 0 0 16 22.958984 L 16 20.912109 A 1.5 1.5 0 0 1 15.5 21 A 1.5 1.5 0 0 1 14 19.5 A 1.5 1.5 0 0 1 15.5 18 L 16 18 L 18 18 L 18 20 L 22 17 L 18 14 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
17
src/oreo_blue_cursors/all-scroll.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="rect855" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,7 v 0 l 3,4 h -6 z"/>
|
||||||
|
<path id="path837" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,25 v 0 l 3,-4 h -6 z"/>
|
||||||
|
<path id="path839" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25,16 v 0 l -4,3 v -6 z"/>
|
||||||
|
<path id="path841" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,16 v 0 l 4,3 v -6 z"/>
|
||||||
|
<circle id="path825" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
13
src/oreo_blue_cursors/bottom_left_corner.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path837" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.94871712;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10,22 v 0 L 10.714286,17 15,21.285714 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
13
src/oreo_blue_cursors/bottom_right_corner.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path837" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.94871712;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 22,22 v 0 L 21.285714,17 17,21.285714 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
14
src/oreo_blue_cursors/bottom_side.svg
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path837" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,25 v 0 l 3,-4 h -6 z"/>
|
||||||
|
<circle id="path822" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.27201962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
16
src/oreo_blue_cursors/cell.svg
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<circle id="path820" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="11" r="2"/>
|
||||||
|
<circle id="circle822" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="21" r="2"/>
|
||||||
|
<circle id="circle824" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="-21" r="2" transform="rotate(90)"/>
|
||||||
|
<circle id="circle826" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="-11" r="2" transform="rotate(90)"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
12
src/oreo_blue_cursors/center_ptr.svg
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter962" style="color-interpolation-filters:sRGB" width="1.232" height="1.164" x="-.12" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur964" stdDeviation=".92"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path924" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.05873156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter962)" d="M 25,19.857143 C 25,25.182746 20.746705,29.5 15.5,29.5 10.253295,29.5 6,25.182746 6,19.857143 6,15.999999 12.176542,2.5000003 15.5,2.5000003 c 3.323458,0 9.5,13.4999987 9.5,17.3571427 z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:7.05873156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 25,18.357143 C 25,23.682746 20.746705,28 15.5,28 10.253295,28 6,23.682746 6,18.357143 6,14.499999 12.176542,1.0000003 15.5,1.0000003 c 3.323458,0 9.5,13.4999987 9.5,17.3571427 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
14
src/oreo_blue_cursors/col-resize.svg
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path839" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,16 v 0 l 4,3 v -6 z"/>
|
||||||
|
<path id="path884" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25,16 v 0 l -4,3 v -6 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
27
src/oreo_blue_cursors/color-picker.svg
Executable file
@@ -0,0 +1,27 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter909" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur911" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="rect876" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter909)" d="m 7,5.5 c -1.662,0 -3,1.338 -3,3 v 3 6 a 12,12 0 0 0 1.6269531,6 A 12,12 0 0 0 10,27.880859 12,12 0 0 0 16,29.5 12,12 0 0 0 22,27.875 12,12 0 0 0 26.380859,23.5 12,12 0 0 0 28,17.5 12,12 0 0 0 26.375,11.5 12,12 0 0 0 22,7.1191406 12,12 0 0 0 16,5.5 h -6 z m 0,2 a 1,1 0 0 1 1,1 1,1 0 0 1 -1,1 1,1 0 0 1 -1,-1 1,1 0 0 1 1,-1 z"/>
|
||||||
|
<rect id="rect869" style="opacity:1;fill:#3f51b5;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="4" y="10"/>
|
||||||
|
<path id="rect871" style="opacity:1;fill:#f44336;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7 4 C 5.338 4 4 5.338 4 7 L 4 10 L 10 10 L 10 4 L 7 4 z M 7 6 A 1 1 0 0 1 8 7 A 1 1 0 0 1 7 8 A 1 1 0 0 1 6 7 A 1 1 0 0 1 7 6 z"/>
|
||||||
|
<rect id="rect873" style="opacity:1;fill:#e91e63;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="10" y="4"/>
|
||||||
|
<path id="rect828" style="opacity:1;fill:#ffeb3b;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 5.6259766,22 A 12,12 0 0 0 10,26.379883 V 22 Z"/>
|
||||||
|
<path id="rect840" style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10,22 v 4.379883 A 12,12 0 0 0 16,28 v -6 z"/>
|
||||||
|
<path id="rect842" style="opacity:1;fill:#ff9800;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,22 v 6 a 12,12 0 0 0 6,-1.625976 V 22 Z"/>
|
||||||
|
<path id="rect844" style="opacity:1;fill:#ff5722;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 22,22 v 4.374024 A 12,12 0 0 0 26.379883,22 Z"/>
|
||||||
|
<rect id="rect846" style="opacity:1;fill:#4caf50;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="10" y="16"/>
|
||||||
|
<rect id="rect848" style="opacity:1;fill:#8bc34a;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="16" y="16"/>
|
||||||
|
<path id="rect852" style="opacity:1;fill:#009688;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 4,16 a 12,12 0 0 0 1.6259766,6 H 10 v -6 z"/>
|
||||||
|
<path id="rect854" style="opacity:1;fill:#cddc39;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 22,16 v 6 h 4.379883 A 12,12 0 0 0 28,16 Z"/>
|
||||||
|
<rect id="rect862" style="opacity:1;fill:#0d8bee;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="10" y="10"/>
|
||||||
|
<rect id="rect864" style="opacity:1;fill:#03a9f4;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="6" height="6" x="16" y="10"/>
|
||||||
|
<path id="rect866" style="opacity:1;fill:#00bcd4;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 22,10 v 6 h 6 a 12,12 0 0 0 -1.625976,-6 z"/>
|
||||||
|
<path id="rect870" style="opacity:1;fill:#9c27b0;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,4 v 6 h 6 V 5.6201171 A 12,12 0 0 0 16,4 Z"/>
|
||||||
|
<path id="rect874" style="opacity:1;fill:#673ab7;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 22,5.6201171 V 10 h 4.374024 A 12,12 0 0 0 22,5.6201171 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.9 KiB |
12
src/oreo_blue_cursors/context-menu.svg
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<rect id="rect827" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.57770872;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2" height="8" x="17" y="-20" transform="rotate(90)"/>
|
||||||
|
<rect id="rect882" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="8" height="2" x="12" y="14"/>
|
||||||
|
<rect id="rect884" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="8" height="2" x="12" y="20"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
11
src/oreo_blue_cursors/copy.svg
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<rect id="rect825" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2" height="10" x="15" y="13"/>
|
||||||
|
<rect id="rect827" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2" height="10" x="17" y="-21" transform="rotate(90)"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
16
src/oreo_blue_cursors/crosshair.svg
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter843" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur845" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path841" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter843)" d="m 16,5.5 c -1.108,0 -2,0.892 -2,2 v 6 c 0,1.108 0.892,2 2,2 1.108,0 2,-0.892 2,-2 v -6 c 0,-1.108 -0.892,-2 -2,-2 z m -10,10 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 h 6 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 z m 14,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 h 6 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 z m -4,4 c -1.108,0 -2,0.892 -2,2 v 6 c 0,1.108 0.892,2 2,2 1.108,0 2,-0.892 2,-2 v -6 c 0,-1.108 -0.892,-2 -2,-2 z"/>
|
||||||
|
<rect id="rect818" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="10" height="4" x="4" y="14" rx="2" ry="2"/>
|
||||||
|
<rect id="rect820" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="10" height="4" x="18" y="14" rx="2" ry="2"/>
|
||||||
|
<rect id="rect822" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="10" height="4" x="4" y="-18" rx="2" ry="2" transform="rotate(90)"/>
|
||||||
|
<rect id="rect824" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="10" height="4" x="18" y="-18" rx="2" ry="2" transform="rotate(90)"/>
|
||||||
|
<path id="rect832" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16 4 C 14.892 4 14 4.892 14 6 L 14 12 C 14 13.108 14.892 14 16 14 C 17.108 14 18 13.108 18 12 L 18 6 C 18 4.892 17.108 4 16 4 z M 6 14 C 4.892 14 4 14.892 4 16 C 4 17.108 4.892 18 6 18 L 12 18 C 13.108 18 14 17.108 14 16 C 14 14.892 13.108 14 12 14 L 6 14 z M 20 14 C 18.892 14 18 14.892 18 16 C 18 17.108 18.892 18 20 18 L 26 18 C 27.108 18 28 17.108 28 16 C 28 14.892 27.108 14 26 14 L 20 14 z M 16 18 C 14.892 18 14 18.892 14 20 L 14 26 C 14 27.108 14.892 28 16 28 C 17.108 28 18 27.108 18 26 L 18 20 C 18 18.892 17.108 18 16 18 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.9 KiB |
9
src/oreo_blue_cursors/default.svg
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
21
src/oreo_blue_cursors/dnd-move.svg
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg6031" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6033">
|
||||||
|
<filter id="filter852" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur854" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter901" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur903" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter854" style="color-interpolation-filters:sRGB" width="1.123" height="1.117" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur856" stdDeviation=".538"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter829" style="color-interpolation-filters:sRGB" width="1.147" height="1.141" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur831" stdDeviation=".645"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter830" style="color-interpolation-filters:sRGB" width="1.197" height="1.187" x="-.1" y="-.09">
|
||||||
|
<feGaussianBlur id="feGaussianBlur832" stdDeviation=".74"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path828" style="display:inline;opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.19139028;filter:url(#filter830)" d="m 19.464844,8.5039062 c -0.874757,0.05401 -1.642803,0.8356614 -1.677735,1.7089848 L 17.626953,12 c -0.03762,0.418254 -0.42969,0.427634 -0.455078,-0.03711 L 17.09375,10.228516 C 17.05594,9.2807996 16.140596,8.4596043 15.191406,8.5195312 c -0.937595,0.05674 -1.738065,0.9617004 -1.677734,1.8964848 l 0.115234,1.955078 c 0.02935,0.421196 -0.449284,0.271007 -0.492187,-0.05274 l -0.544922,-1.29101 C 12.182307,10.171799 11.529096,9.4390293 10.636719,9.5039062 9.6548503,9.5919462 8.8650442,10.617221 9.0332031,11.585938 l 1.1660159,4.429687 c 0.006,0.151063 -0.03711,0.929687 -0.03711,0.929687 L 9.3417969,15.271484 c -1.1981297,0.899889 -2.9394409,2.051847 -2.1367188,4.597657 0.565825,1.794502 1.9082365,3.792404 3.2695309,5.125 0.0075,0.0075 0.01594,0.014 0.02344,0.02148 0.14145,0.13768 0.279018,0.260943 0.419922,0.382813 0.13737,0.11995 0.278884,0.234662 0.423828,0.345703 0.09494,0.07112 0.190001,0.150936 0.283203,0.21289 C 13.005912,26.92668 14.684501,27.5 16.5,27.5 c 4.69442,0 8.5,-3.80558 8.5,-8.5 -0.03871,-2.200032 -0.0332,-4.069741 -0.0332,-6.261719 -0.0075,-1.130496 -0.787437,-2.31412 -1.917969,-2.230468 -0.764735,0.04367 -1.347134,0.631172 -1.521484,1.374999 l -0.208985,1.158204 c -0.0907,0.326784 -0.302883,0.195429 -0.269531,-0.07422 l 0.31836,-2.56836 C 21.432571,9.3892575 20.476815,8.4387074 19.464847,8.5039052 Z"/>
|
||||||
|
<path id="path4236-1-58-5-6-0" style="display:inline;opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:1.19139028" d="m 19.464844,7.0039062 c -0.874757,0.05401 -1.642803,0.8356614 -1.677735,1.7089844 L 17.626953,10.5 c -0.03762,0.418254 -0.42969,0.427634 -0.455078,-0.03711 L 17.09375,8.7285156 c -0.03781,-0.947716 -0.953154,-1.7689113 -1.902344,-1.7089844 -0.937595,0.05674 -1.738065,0.9617004 -1.677734,1.8964844 l 0.115234,1.9550784 c 0.02935,0.421196 -0.449284,0.271007 -0.492187,-0.05274 L 12.591797,9.5273438 C 12.182307,8.6717987 11.529096,7.9390293 10.636719,8.0039062 9.6548503,8.0919462 8.8650442,9.1172205 9.0332031,10.085938 l 1.1660159,4.429687 c 0.006,0.151063 -0.03711,0.929687 -0.03711,0.929687 L 9.3417969,13.771484 c -1.1981297,0.899889 -2.9394409,2.051847 -2.1367188,4.597657 0.565825,1.794502 1.9082365,3.792404 3.2695309,5.125 0.0075,0.0075 0.01594,0.014 0.02344,0.02148 0.14145,0.13768 0.279018,0.260943 0.419922,0.382813 0.13737,0.11995 0.278884,0.234662 0.423828,0.345703 0.09494,0.07112 0.190001,0.150936 0.283203,0.21289 C 13.005912,25.42668 14.684501,26 16.5,26 c 4.69442,0 8.5,-3.80558 8.5,-8.5 -0.03871,-2.200032 -0.0332,-4.069741 -0.0332,-6.261719 -0.0075,-1.130496 -0.787437,-2.3141205 -1.917969,-2.2304685 -0.764735,0.04367 -1.347134,0.6311724 -1.521484,1.3749995 l -0.208985,1.158204 c -0.0907,0.326784 -0.302883,0.195429 -0.269531,-0.07422 l 0.31836,-2.5683595 c 0.06538,-1.009179 -0.890376,-1.9597291 -1.902344,-1.8945313 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.9 KiB |
26
src/oreo_blue_cursors/dnd-no-drop.svg
Executable file
@@ -0,0 +1,26 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg6031" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6033">
|
||||||
|
<filter id="filter852" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur854" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter901" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur903" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter854" style="color-interpolation-filters:sRGB" width="1.123" height="1.117" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur856" stdDeviation=".538"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter829" style="color-interpolation-filters:sRGB" width="1.147" height="1.141" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur831" stdDeviation=".645"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter835" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur837" stdDeviation=".962"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter830" style="color-interpolation-filters:sRGB" width="1.197" height="1.187" x="-.1" y="-.09">
|
||||||
|
<feGaussianBlur id="feGaussianBlur832" stdDeviation=".74"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path828" style="display:inline;opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.19139028;filter:url(#filter830)" d="m 19.464844,8.5039062 c -0.874757,0.05401 -1.642803,0.8356614 -1.677735,1.7089848 L 17.626953,12 c -0.03762,0.418254 -0.42969,0.427634 -0.455078,-0.03711 L 17.09375,10.228516 C 17.05594,9.2807996 16.140596,8.4596043 15.191406,8.5195312 c -0.937595,0.05674 -1.738065,0.9617004 -1.677734,1.8964848 l 0.115234,1.955078 c 0.02935,0.421196 -0.449284,0.271007 -0.492187,-0.05274 l -0.544922,-1.29101 C 12.182307,10.171799 11.529096,9.4390293 10.636719,9.5039062 9.6548503,9.5919462 8.8650442,10.617221 9.0332031,11.585938 l 1.1660159,4.429687 c 0.006,0.151063 -0.03711,0.929687 -0.03711,0.929687 L 9.3417969,15.271484 c -1.1981297,0.899889 -2.9394409,2.051847 -2.1367188,4.597657 0.565825,1.794502 1.9082365,3.792404 3.2695309,5.125 0.0075,0.0075 0.01594,0.014 0.02344,0.02148 0.14145,0.13768 0.279018,0.260943 0.419922,0.382813 0.13737,0.11995 0.278884,0.234662 0.423828,0.345703 0.09494,0.07112 0.190001,0.150936 0.283203,0.21289 C 13.005912,26.92668 14.684501,27.5 16.5,27.5 c 4.69442,0 8.5,-3.80558 8.5,-8.5 -0.03871,-2.200032 -0.0332,-4.069741 -0.0332,-6.261719 -0.0075,-1.130496 -0.787437,-2.31412 -1.917969,-2.230468 -0.764735,0.04367 -1.347134,0.631172 -1.521484,1.374999 l -0.208985,1.158204 c -0.0907,0.326784 -0.302883,0.195429 -0.269531,-0.07422 l 0.31836,-2.56836 C 21.432571,9.3892575 20.476815,8.4387074 19.464847,8.5039052 Z"/>
|
||||||
|
<path id="path4236-1-58-5-6-0-3" style="display:inline;opacity:1;fill:#c6c6c6;fill-opacity:1;stroke:none;stroke-width:1.19139028" d="m 19.464844,7.0039062 c -0.874757,0.05401 -1.642803,0.8356614 -1.677735,1.7089844 L 17.626953,10.5 c -0.03762,0.418254 -0.42969,0.427634 -0.455078,-0.03711 L 17.09375,8.7285156 c -0.03781,-0.947716 -0.953154,-1.7689113 -1.902344,-1.7089844 -0.937595,0.05674 -1.738065,0.9617004 -1.677734,1.8964844 l 0.115234,1.9550784 c 0.02935,0.421196 -0.449284,0.271007 -0.492187,-0.05274 L 12.591797,9.5273438 C 12.182307,8.6717987 11.529096,7.9390293 10.636719,8.0039062 9.6548503,8.0919462 8.8650442,9.1172205 9.0332031,10.085938 l 1.1660159,4.429687 c 0.006,0.151063 -0.03711,0.929687 -0.03711,0.929687 L 9.3417969,13.771484 c -1.1981297,0.899889 -2.9394409,2.051847 -2.1367188,4.597657 0.565825,1.794502 1.9082365,3.792404 3.2695309,5.125 0.0075,0.0075 0.01594,0.014 0.02344,0.02148 0.14145,0.13768 0.279018,0.260943 0.419922,0.382813 0.13737,0.11995 0.278884,0.234662 0.423828,0.345703 0.09494,0.07112 0.190001,0.150936 0.283203,0.21289 C 13.005912,25.42668 14.684501,26 16.5,26 21.19442,26 25,22.19442 25,17.5 24.96129,15.299968 24.9668,13.430259 24.9668,11.238281 24.9593,10.107785 24.179363,8.9241605 23.048831,9.0078125 c -0.764735,0.04367 -1.347134,0.6311724 -1.521484,1.3749995 l -0.208985,1.158204 c -0.0907,0.326784 -0.302883,0.195429 -0.269531,-0.07422 l 0.31836,-2.5683595 c 0.06538,-1.009179 -0.890376,-1.9597291 -1.902344,-1.8945313 z"/>
|
||||||
|
<path id="path831" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.3;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter:url(#filter835)" d="m 25.960938,5.4804968 a 2.0002,2.0002 0 0 0 -1.375,0.6054687 L 4.5859375,26.085963 a 2.0002,2.0002 0 1 0 2.828125,2.828124 L 27.414062,8.9140905 A 2.0002,2.0002 0 0 0 25.960938,5.4804968 Z"/>
|
||||||
|
<path id="path826" style="fill:none;stroke:#f44336;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 26,6 6,26"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.7 KiB |
13
src/oreo_blue_cursors/down-arrow.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path839" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,25 v 0 l 3,-4 h -6 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
18
src/oreo_blue_cursors/draft.svg
Executable file
@@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs4">
|
||||||
|
<filter id="filter874" style="color-interpolation-filters:sRGB" width="1.12" height="1.12" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur876" stdDeviation=".55"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter826" style="color-interpolation-filters:sRGB" width="1.144" height="1.144" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur828" stdDeviation=".66"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter860" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur862" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter935" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur937" stdDeviation=".88"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path821" style="opacity:0.3;filter:url(#filter935)" transform="matrix(1,0,0,-1,0,35)" d="M 24.23856,7.112657 C 23.616623,6.4907203 22.791436,6.3129733 22.389007,6.7154029 l -0.528813,0.5288121 -1.093737,1.0937382 -0.726149,0.7261494 1.123403,1.1234034 2.148782,2.148783 1.123404,1.123403 0.726149,-0.726149 1.093738,-1.093738 0.528813,-0.528813 C 27.187026,10.708563 27.009279,9.8833764 26.387343,9.2614397 Z M 19.160673,9.9437363 6.8548289,22.249582 c 0,0 -2.3545659,5.556978 -1.7579775,6.153567 0.5965883,0.596588 6.1535666,-1.757979 6.1535666,-1.757979 L 23.556263,14.339326 Z"/>
|
||||||
|
<path id="path825" style="opacity:1;fill:#4e81ed" d="m 24.23856,26.387343 c -0.621937,0.621936 -1.447124,0.799683 -1.849553,0.397254 l -0.528813,-0.528812 -1.093737,-1.093739 -0.726149,-0.726149 1.123403,-1.123403 2.148782,-2.148783 1.123404,-1.123403 0.726149,0.726149 1.093738,1.093738 0.528813,0.528813 c 0.402429,0.402429 0.224682,1.227615 -0.397254,1.849552 z M 19.160673,23.556263 6.8548289,11.250418 c 0,0 -2.3545659,-5.5569782 -1.7579775,-6.1535672 0.5965883,-0.596588 6.1535666,1.757979 6.1535666,1.757979 L 23.556263,19.160674 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
17
src/oreo_blue_cursors/fleur.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="rect855" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,7 v 0 l 3,4 h -6 z"/>
|
||||||
|
<path id="path837" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,25 v 0 l 3,-4 h -6 z"/>
|
||||||
|
<path id="path839" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 25,16 v 0 l -4,3 v -6 z"/>
|
||||||
|
<path id="path841" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,16 v 0 l 4,3 v -6 z"/>
|
||||||
|
<circle id="path825" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
10
src/oreo_blue_cursors/help.svg
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path818" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.21345711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16 13 A 4 4 0 0 0 12 17 L 14 17 A 2 2 0 0 1 16 15 A 2 2 0 0 1 18 17 A 2 2 0 0 1 16 19 L 15 19 L 15 22 L 17 22 L 17 20.867188 A 4 4 0 0 0 20 17 A 4 4 0 0 0 16 13 z M 15 23 L 15 24 L 17 24 L 17 23 L 15 23 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
3
src/oreo_blue_cursors/index.theme
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[Icon Theme]
|
||||||
|
Name=Oreo Blue Cursors
|
||||||
|
Comment=design by varlesh
|
||||||
13
src/oreo_blue_cursors/left-arrow.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path820" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,16 v 0 l 4,3 v -6 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
14
src/oreo_blue_cursors/left_side.svg
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path841" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.89897966;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 7,16 v 0 l 4,3 v -6 z"/>
|
||||||
|
<circle id="path822" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.27201962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
26
src/oreo_blue_cursors/no-drop.svg
Executable file
@@ -0,0 +1,26 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg6031" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6033">
|
||||||
|
<filter id="filter852" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur854" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter901" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur903" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter854" style="color-interpolation-filters:sRGB" width="1.123" height="1.117" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur856" stdDeviation=".538"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter829" style="color-interpolation-filters:sRGB" width="1.147" height="1.141" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur831" stdDeviation=".645"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter835" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur837" stdDeviation=".962"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#c6c6c6;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path831" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.3;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter:url(#filter835)" d="m 25.960938,5.4804968 a 2.0002,2.0002 0 0 0 -1.375,0.6054687 L 4.5859375,26.085963 a 2.0002,2.0002 0 1 0 2.828125,2.828124 L 27.414062,8.9140905 A 2.0002,2.0002 0 0 0 25.960938,5.4804968 Z"/>
|
||||||
|
<path id="path826" style="fill:none;stroke:#f44336;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 26,6 6,26"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.7 KiB |
13
src/oreo_blue_cursors/not-allowed.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#c6c6c6;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="rect827" style="opacity:1;fill:#f44336;fill-opacity:1;stroke:none;stroke-width:2.64575124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 10.343146,10.343146 a 8,8 0 0 1 11.313708,0 8,8 0 0 1 0,11.313708 8,8 0 0 1 -11.313708,0 8,8 0 0 1 0,-11.313708 z m 1.414213,1.414213 a 6,6 0 0 0 -0.646339,7.717408 l 8.360985,-8.360985 a 6,6 0 0 0 -7.714646,0.643577 z m 9.131621,0.767874 -8.360985,8.360985 a 6,6 0 0 0 7.714646,-0.643577 6,6 0 0 0 0.646339,-7.717408 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
21
src/oreo_blue_cursors/openhand.svg
Executable file
@@ -0,0 +1,21 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg6031" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6033">
|
||||||
|
<filter id="filter852" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur854" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter901" style="color-interpolation-filters:sRGB" width="1.098" height="1.094" x="-.05" y="-.05">
|
||||||
|
<feGaussianBlur id="feGaussianBlur903" stdDeviation=".43"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter854" style="color-interpolation-filters:sRGB" width="1.123" height="1.117" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur856" stdDeviation=".538"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter829" style="color-interpolation-filters:sRGB" width="1.147" height="1.141" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur831" stdDeviation=".645"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter830" style="color-interpolation-filters:sRGB" width="1.196" height="1.188" x="-.1" y="-.09">
|
||||||
|
<feGaussianBlur id="feGaussianBlur832" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path828" style="display:inline;opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.16642904;filter:url(#filter830)" d="m 15.320312,5.5039062 c -0.916218,0.055667 -1.699581,0.9424449 -1.640624,1.859375 l 0.474609,8.2773438 c 0.02366,0.413466 -0.464033,0.498735 -0.521485,0.183594 L 12.435547,8.0644531 C 12.31028,7.1982419 11.450157,6.5066747 10.578125,6.5703125 9.6186428,6.6566722 8.8473949,7.6611144 9.0117188,8.6113281 L 10.681641,19.695312 c 0.119249,0.326154 -0.03711,0.91211 -0.03711,0.91211 C 4.8153591,14.772307 4,18.966797 4,18.966797 c 2.1306306,1.439984 3.695192,4.384272 5.2148438,6.794922 0.036277,0.05755 0.078046,0.09453 0.1152343,0.148437 C 10.76227,28.071951 13.712615,29.5 16.5,29.5 c 3.742366,0 6.376194,-2.573772 7.25,-6.044922 0.595657,-2.003266 1.176057,-4.030176 1.453125,-5.224609 l 1.75,-7.539063 c 0.279838,-1.0729607 -0.71751,-2.2695533 -1.822266,-2.1874998 -0.747301,0.042829 -1.43314,0.6199861 -1.603515,1.3496094 l -1.615235,6.4453124 c -0.08723,0.321014 -0.157664,0.191968 -0.144531,-0.07422 L 22.203125,7.3632812 C 22.267005,6.3733771 21.3346,5.4399535 20.345703,5.5039062 19.49089,5.5568883 18.741168,6.324999 18.707031,7.1816406 l -0.40039,8.0957034 c -0.02036,0.4114 -0.666679,0.418763 -0.691407,-0.03711 l -0.4375,-8.0585934 C 17.140774,6.2520251 16.247861,5.4451234 15.320312,5.5039062 Z"/>
|
||||||
|
<path id="path4236-1-58-5-6" style="display:inline;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:1.16642904" d="m 15.320312,4.0039062 c -0.916218,0.055667 -1.699581,0.9424449 -1.640624,1.859375 l 0.474609,8.2773438 c 0.02366,0.413466 -0.464033,0.498735 -0.521485,0.183594 L 12.435547,6.5644531 C 12.31028,5.6982419 11.450157,5.0066747 10.578125,5.0703125 9.6186428,5.1566722 8.8473949,6.1611144 9.0117188,7.1113281 L 10.681641,18.195312 c 0.119249,0.326154 -0.03711,0.91211 -0.03711,0.91211 C 4.8153591,13.272307 4,17.466797 4,17.466797 c 2.1306306,1.439984 3.695192,4.384272 5.2148438,6.794922 0.036277,0.05755 0.078046,0.09453 0.1152343,0.148437 C 10.76227,26.571951 13.712615,28 16.5,28 c 3.742366,0 6.376194,-2.573772 7.25,-6.044922 0.595657,-2.003266 1.176057,-4.030176 1.453125,-5.224609 l 1.75,-7.5390628 c 0.279838,-1.0729609 -0.71751,-2.2695535 -1.822266,-2.1875 -0.747301,0.042829 -1.43314,0.6199861 -1.603515,1.3496094 l -1.615235,6.4453124 c -0.08723,0.321014 -0.157664,0.191968 -0.144531,-0.07422 L 22.203125,5.8632812 C 22.267005,4.8733771 21.3346,3.9399535 20.345703,4.0039062 19.49089,4.0568883 18.741168,4.824999 18.707031,5.6816406 l -0.40039,8.0957034 c -0.02036,0.4114 -0.666679,0.418763 -0.691407,-0.03711 l -0.4375,-8.0585934 C 17.140774,4.7520251 16.247861,3.9451234 15.320312,4.0039062 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.7 KiB |
18
src/oreo_blue_cursors/pencil.svg
Executable file
@@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs4">
|
||||||
|
<filter id="filter874" style="color-interpolation-filters:sRGB" width="1.12" height="1.12" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur876" stdDeviation=".55"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter826" style="color-interpolation-filters:sRGB" width="1.144" height="1.144" x="-.07" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur828" stdDeviation=".66"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter860" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur862" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter859" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur861" stdDeviation=".88"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path821" style="opacity:0.3;filter:url(#filter859)" d="M 24.23856,7.112657 C 23.616623,6.4907203 22.791436,6.3129733 22.389007,6.7154029 l -0.528813,0.5288121 -1.093737,1.0937382 -0.726149,0.7261494 1.123403,1.1234034 2.148782,2.148783 1.123404,1.123403 0.726149,-0.726149 1.093738,-1.093738 0.528813,-0.528813 C 27.187026,10.708563 27.009279,9.8833764 26.387343,9.2614397 Z M 19.160673,9.9437363 6.8548289,22.249582 c 0,0 -2.3545659,5.556978 -1.7579775,6.153567 0.5965883,0.596588 6.1535666,-1.757979 6.1535666,-1.757979 L 23.556263,14.339326 Z"/>
|
||||||
|
<path id="path825" style="opacity:1;fill:#4e81ed" d="M 24.23856,5.6126572 C 23.616623,4.9907205 22.791436,4.8129735 22.389007,5.2154031 l -0.528813,0.5288121 -1.093737,1.0937382 -0.726149,0.7261494 1.123403,1.1234033 2.148782,2.1487829 1.123404,1.123403 0.726149,-0.726149 1.093738,-1.093738 0.528813,-0.5288128 C 27.187026,9.2085632 27.009279,8.3833766 26.387343,7.7614399 Z M 19.160673,8.4437365 6.8548289,20.749582 c 0,0 -2.3545659,5.556978 -1.7579775,6.153567 0.5965883,0.596588 6.1535666,-1.757979 6.1535666,-1.757979 L 23.556263,12.839326 Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
13
src/oreo_blue_cursors/pirate.svg
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter891" style="color-interpolation-filters:sRGB" width="1.192" height="1.192" x="-.1" y="-.1">
|
||||||
|
<feGaussianBlur id="feGaussianBlur893" stdDeviation=".96"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<circle id="circle849" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter891)" cx="16" cy="17.5" r="12"/>
|
||||||
|
<circle id="path817" style="opacity:1;fill:#f44336;fill-opacity:1;stroke:none;stroke-width:4.83710194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cx="16" cy="16" r="12"/>
|
||||||
|
<path id="path5475" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.76622319" d="M 16 8 C 15.764611 8.00169 15.529652 8.0180071 15.296875 8.0488281 C 15.278955 8.0512581 15.260028 8.0520675 15.242188 8.0546875 C 12.803382 8.3837637 11.001943 10.229158 11 12.400391 C 11.000143 13.551261 11.512683 14.656273 12.427734 15.478516 L 12.427734 16.462891 L 13.337891 16.884766 L 12.595703 18.126953 L 14.054688 18.974609 L 14.771484 17.533203 L 15 17.533203 L 15 19 L 17 19 L 17 17.533203 L 17.228516 17.533203 L 17.945312 18.974609 L 19.404297 18.126953 L 18.662109 16.884766 L 19.572266 16.462891 L 19.572266 15.474609 C 20.486242 14.653333 20.998697 13.549908 21 12.400391 C 21.000246 9.9701852 18.761598 7.9999999 16 8 z M 14 12 C 14.552287 12 15 12.447735 15 13 C 15 13.552267 14.552287 14 14 14 C 13.447713 14 13 13.552267 13 13 C 13 12.447735 13.447713 12 14 12 z M 18 12 C 18.552287 12 19 12.447735 19 13 C 19 13.552267 18.552287 14 18 14 C 17.447713 14 17 13.552267 17 13 C 17 12.447735 17.447713 12 18 12 z M 11.148438 18.001953 C 11.083497 17.997367 11.015393 18.005214 10.941406 18.029297 C 10.856856 18.056627 10.784717 18.128058 10.6875 18.203125 C 9.9097909 18.803659 9.7980808 19.357067 10.390625 19.427734 C 10.845368 19.482404 12.900959 20.544639 14.498047 20.951172 C 13.163823 21.311772 11.013082 22.474609 10.367188 22.474609 C 9.4413432 22.474609 10.510605 23.92738 10.917969 23.998047 C 11.325349 24.068377 13.7682 21.987363 15.990234 21.351562 L 16.013672 21.351562 C 18.235705 21.987362 20.657073 24.06858 21.064453 23.998047 C 21.471817 23.927647 22.562564 22.474609 21.636719 22.474609 C 20.993051 22.474609 18.836564 21.310705 17.505859 20.951172 C 19.102947 20.544639 21.16049 19.481934 21.615234 19.427734 C 22.207778 19.357404 22.094122 18.803659 21.316406 18.203125 C 20.538698 17.602658 20.167969 18.677734 20.167969 18.677734 C 20.167969 18.677734 17.596661 20.113353 16.152344 20.501953 C 16.109514 20.513283 16.035122 20.538111 15.990234 20.550781 C 15.951224 20.540111 15.890926 20.511953 15.853516 20.501953 C 14.409199 20.113353 11.835937 18.677734 11.835938 18.677734 C 11.835938 18.677734 11.603019 18.034059 11.148438 18.001953 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
15
src/oreo_blue_cursors/pointer.svg
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg5958" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs5960">
|
||||||
|
<filter id="filter858" style="color-interpolation-filters:sRGB" width="1.126" height="1.115" x="-.06" y="-.06">
|
||||||
|
<feGaussianBlur id="feGaussianBlur860" stdDeviation=".525"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter826" style="color-interpolation-filters:sRGB" width="1.151" height="1.137" x="-.08" y="-.07">
|
||||||
|
<feGaussianBlur id="feGaussianBlur828" stdDeviation=".63"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter827" style="color-interpolation-filters:sRGB" width="1.201" height="1.184" x="-.1" y="-.09">
|
||||||
|
<feGaussianBlur id="feGaussianBlur829" stdDeviation=".92"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path824" style="display:inline;opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.24600685;filter:url(#filter827)" d="m 13.994141,5.5 c -0.999257,0 -2,0.9322661 -2,2.796875 V 19.685547 C 5.7493997,13.470185 5,18.394531 5,18.394531 c 2.3905766,1.60643 4.3829617,4.904042 6.320312,7.5 C 12.751043,28.064911 15.206034,29.5 18,29.5 c 3.923808,0 7.181844,-2.827704 7.863281,-6.554688 l 0.01953,-0.01758 1.101563,-6.109375 c 0.261966,-2.519646 -2.695353,-3.166779 -3.566406,-0.841797 0.01127,-2.794043 -2.757087,-3.16423 -3.626953,-1.263671 0.108903,-2.308436 -2.889946,-3.001803 -3.798828,-1.042969 V 8.296875 C 15.992188,6.4322661 14.993397,5.5 13.994141,5.5 Z"/>
|
||||||
|
<path id="path4236-1-58-5" style="display:inline;fill:#4e81ed;fill-opacity:1;stroke:none;stroke-width:1.24600685" d="M 13.994141 4 C 12.994884 4 11.994141 4.9322661 11.994141 6.796875 L 11.994141 18.185547 C 5.7493997 11.970185 5 16.894531 5 16.894531 C 7.3905766 18.500961 9.3829617 21.798573 11.320312 24.394531 C 12.751043 26.564911 15.206034 28 18 28 C 21.923808 28 25.181844 25.172296 25.863281 21.445312 L 25.882812 21.427734 L 26.984375 15.318359 C 27.246341 12.798713 24.289022 12.15158 23.417969 14.476562 C 23.429239 11.682519 20.660882 11.312332 19.791016 13.212891 C 19.899919 10.904455 16.90107 10.211088 15.992188 12.169922 L 15.992188 6.796875 C 15.992188 4.9322661 14.993397 4 13.994141 4 z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
10
src/oreo_blue_cursors/progress-01.svg
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 0.08726,7.62e-4"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-02.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 0.954045,0.09186"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-03.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 1.79184,0.332098"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-04.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 2.57519,0.714163"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-05.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 3.280295,1.226452"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-06.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 3.88573,1.853398"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-07.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.373098,2.575952"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-08.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.727593,3.372159"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-09.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.938442,4.217828"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-10.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 5,5"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-11.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 3.830222,1.786062 5,5 0 0 1 1.093817,4.082179"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-12.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.09576,2.132118 5,5 0 0 1 0.602703,4.577983"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-13.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.330127,2.5 5,5 0 0 1 0,5"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
10
src/oreo_blue_cursors/progress-14.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.531539,2.886909 5,5 0 0 1 -0.701317,5.327029"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-15.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.698463,3.289899 5,5 0 0 1 -1.484525,5.540323"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-16.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 16,13 A 5,5 0 0 1 20.829629,16.705905 5,5 0 0 1 18.5,22.330127"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-17.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.924039,4.131759 5,5 0 0 1 -3.213938,5.566704"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
10
src/oreo_blue_cursors/progress-18.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg2" width="32" height="32" version="1.1">
|
||||||
|
<defs id="defs6">
|
||||||
|
<filter id="filter1153" style="color-interpolation-filters:sRGB" width="1.226" height="1.167" x="-.11" y="-.08">
|
||||||
|
<feGaussianBlur id="feGaussianBlur1155" stdDeviation=".94"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<path id="path1103" style="opacity:0.3;fill:#000000;fill-opacity:1;stroke-width:0.61431861;filter:url(#filter1153)" d="M 9.2089844,2.5058594 C 6.7175742,2.3374628 6.1004314,5.5847506 6.0175781,13.791016 L 6,19.5 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,14.252327 22.219888,10.213245 13.892578,4.7089844 11.860448,3.3657697 10.341444,2.5824033 9.2089844,2.5058594 Z"/>
|
||||||
|
<path id="path834" style="fill:#4e81ed;fill-opacity:1;stroke-width:0.61431861" d="M 9.2089844,1.0058594 C 6.7175742,0.83746275 6.1004314,4.0847506 6.0175781,12.291016 L 6,18 c 0,5.522847 4.477153,10 10,10 5.522847,0 10,-4.477153 10,-10 0.0027,-0.234951 -0.01749,-0.487135 -0.02539,-0.707031 l -0.002,-0.01172 C 25.701658,12.752327 22.219888,8.7132453 13.892578,3.2089844 11.860448,1.8657697 10.341444,1.0824033 9.2089844,1.0058594 Z"/>
|
||||||
|
<path id="path817" style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 16,13 a 5,5 0 0 1 4.980973,4.564221 5,5 0 0 1 -4.112732,5.359818"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |