Fix advanced icons
This commit is contained in:
@ -1,58 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg41"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 23 23"
|
||||
style="enable-background:new 0 0 23 23;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="advancedcollapsed.svg"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"><metadata
|
||||
id="metadata3739"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>color</dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3737" /><sodipodi:namedview
|
||||
pagecolor="#ff28ff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview3735"
|
||||
showgrid="false"
|
||||
inkscape:zoom="26.26087"
|
||||
inkscape:cx="37.495398"
|
||||
inkscape:cy="-2.4498302"
|
||||
inkscape:window-x="2552"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="menu_icn_advanced_closed-2" /><style
|
||||
type="text/css"
|
||||
id="style3720">
|
||||
<svg version="1.1" id="svg41" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style><title
|
||||
id="title3722">color</title><g
|
||||
id="menu_icn_advanced_closed"
|
||||
transform="translate(-9594 10075)"><g
|
||||
id="Line_10_1_" /><g
|
||||
id="g3750"><g
|
||||
id="Line_9_1_" /><g
|
||||
id="menu_icn_advanced_closed-2"><path
|
||||
id="rect3730"
|
||||
transform="matrix(0.7071 -0.7071 0.7071 0.7071 9924.7324 3846.2527)"
|
||||
style="fill:#ffffff"
|
||||
d="m 9604.7002,-10057.6 h 1 v 1 h -1 z m 0.2491,-0.991 h 11.3 v 2 h -11.3 z m -0.2495,-9.649 h 2 v 11.3 h -2 z" /></g></g></g></svg>
|
||||
</style>
|
||||
<title>color</title>
|
||||
<polygon class="st0" points="22.8,6.8 20.8,4.9 11.5,14.2 2.2,4.9 0.2,6.8 10.5,17.1 10.5,17.1 11.5,18.1 11.8,17.8 11.8,17.8 "/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 552 B |
10
svgicons/categories/advancedexpanded.svg
Normal file
10
svgicons/categories/advancedexpanded.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="svg41" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<title>color</title>
|
||||
<polygon class="st0" points="22.6,16.1 12.5,6 12.5,6 11.5,5 11.2,5.3 11.2,5.3 0.4,16.1 2.3,18 11.5,8.8 20.7,18 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 540 B |
@ -22,7 +22,9 @@ webfontsGenerator({
|
||||
"./icons/cancel.svg",
|
||||
"./icons/check.svg",
|
||||
"./icons/download.svg",
|
||||
"./icons/save.svg"
|
||||
"./icons/save.svg",
|
||||
"./categories/advancedcollapsed.svg",
|
||||
"./categories/advancedexpanded.svg"
|
||||
],
|
||||
dest: '../docs/static/fonts/icons/',
|
||||
round: 10
|
||||
|
Reference in New Issue
Block a user