mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Adding icons. Progress Bar.
This commit is contained in:
parent
980cb790d4
commit
9af3ad400b
13 changed files with 355 additions and 19 deletions
BIN
butterflow-ui/Icon/icon.ico
Normal file
BIN
butterflow-ui/Icon/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
butterflow-ui/Icon/icon.png
Normal file
BIN
butterflow-ui/Icon/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
100
butterflow-ui/Icon/icon.svg
Normal file
100
butterflow-ui/Icon/icon.svg
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="icon.svg">
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="13.90625"
|
||||
inkscape:cx="32"
|
||||
inkscape:cy="32"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1858"
|
||||
inkscape:window-height="1057"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:grid-bbox="true" />
|
||||
<defs
|
||||
id="defs815">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1386">
|
||||
<stop
|
||||
style="stop-color:#ffdc3f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1382" />
|
||||
<stop
|
||||
style="stop-color:#ffc820;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1384" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1386"
|
||||
id="linearGradient1388"
|
||||
x1="11.749363"
|
||||
y1="-9.0087662"
|
||||
x2="52.848633"
|
||||
y2="-29.566347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.060401,0,0,1.2239724,-1.8709853,6.7167357)" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata818">
|
||||
<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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1"
|
||||
transform="translate(0,48)">
|
||||
<path
|
||||
style="opacity:1;fill:url(#linearGradient1388);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 10.313536,-31.470442 c 0,0 23.745103,-0.995305 21.686464,6.68764 -1.957898,7.306975 21.686464,-6.68764 21.686464,-6.68764 v 30.94088382 c 0,0 -23.644362,0.61933472 -21.686464,-6.68764042 2.469776,-9.2173294 -21.686464,6.68764042 -21.686464,6.68764042 z"
|
||||
id="rect1380"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csccscc" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:21.84967232px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';letter-spacing:0px;word-spacing:0px;fill:#ffecb4;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;"
|
||||
x="35.388515"
|
||||
y="7.5709825"
|
||||
id="text1378"
|
||||
transform="scale(1.0056423,0.99438936)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1376"
|
||||
x="35.388515"
|
||||
y="7.5709825"
|
||||
style="stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;fill:#ffecb4;fill-opacity:1;">UI</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
103
butterflow-ui/Icon/icon_plain.svg
Normal file
103
butterflow-ui/Icon/icon_plain.svg
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="icon_plain.svg"
|
||||
inkscape:export-filename="C:\Users\wages\Documents\GitHub\butterflow-ui\butterflow-ui\Icon\icon.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="13.90625"
|
||||
inkscape:cx="32"
|
||||
inkscape:cy="32"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1858"
|
||||
inkscape:window-height="1057"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:grid-bbox="true" />
|
||||
<defs
|
||||
id="defs815">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1386">
|
||||
<stop
|
||||
style="stop-color:#ffdc3f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1382" />
|
||||
<stop
|
||||
style="stop-color:#ffc820;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1384" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1386"
|
||||
id="linearGradient1388"
|
||||
x1="11.749363"
|
||||
y1="-9.0087662"
|
||||
x2="52.848633"
|
||||
y2="-29.566347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.060401,0,0,1.2239724,-1.8709853,6.7167357)" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata818">
|
||||
<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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1"
|
||||
transform="translate(0,48)">
|
||||
<path
|
||||
style="opacity:1;fill:url(#linearGradient1388);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 10.313536,-31.470442 c 0,0 23.745103,-0.995305 21.686464,6.68764 -1.957898,7.306975 21.686464,-6.68764 21.686464,-6.68764 v 30.94088382 c 0,0 -23.644362,0.61933472 -21.686464,-6.68764042 2.469776,-9.2173294 -21.686464,6.68764042 -21.686464,6.68764042 z"
|
||||
id="rect1380"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csccscc" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:21.84967232px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';letter-spacing:0px;word-spacing:0px;fill:#ffecb4;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
x="65.778839"
|
||||
y="10.969828"
|
||||
id="text1378"
|
||||
transform="scale(1.0056423,0.99438936)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1376"
|
||||
x="65.778839"
|
||||
y="10.969828"
|
||||
style="fill:#ffecb4;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none">UI</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue