UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

15 lines 2.02 kB
export var width = 512; // defined width of SVG export var height = 512; // defined height of SVG /* * unicode character representation in Private Use Area (e000...f8ff) * check last icon exported from `index.ts` in this folder to find what is the next code */ export var unicode = 'e018'; export var svgPathData = // SVG path data 'm 186.66796,0 c -34.21105,-1.0302411 -62.71194,32.034257 -58.66845,65.61407 0.19982,88.56675 -0.40121,177.15887 0.30332,265.70964 2.43867,32.54798 34.89576,56.67466 66.69986,52.67628 73.88249,-0.20054 147.79042,0.40219 221.65691,-0.30332 32.54785,-2.43851 56.67008,-34.89737 52.67193,-66.69987 -0.19977,-88.10371 0.40111,-176.23278 -0.30327,-264.320524 C 466.59112,20.129186 434.13641,-3.9990012 402.33273,0 330.44447,0 258.55622,0 186.66796,0 Z m 0,31.999511 c 74.6665,0 149.33301,0 223.99951,0 22.88218,-0.487815 28.84564,23.662281 26.66455,41.949296 0,83.794243 0,167.588483 0,251.382723 0.49026,22.88217 -23.65694,28.85154 -41.9449,26.66895 -69.57306,0 -139.14611,0 -208.71916,0 -22.88241,0.48805 -28.84934,-23.66118 -26.66748,-41.9493 0,-83.79424 0,-167.58848 0,-251.382725 -0.31243,-14.303151 12.35995,-26.980231 26.66748,-26.668944 z M 58.668455,106.66845 C 24.458634,105.63724 -4.0441512,138.69851 -5.6e-7,172.27813 0.20111268,267.95714 -0.40295755,363.66166 0.30332043,459.32467 2.7419326,491.87261 35.199617,515.99781 67.00319,511.9995 c 88.10371,-0.19978 176.23279,0.40116 264.32052,-0.30331 32.54768,-2.43815 56.67487,-34.89445 52.67628,-66.69842 3.69582,-22.7611 -34.5365,-23.95175 -31.99951,-0.9402 3.42739,19.26241 -11.34768,39.49391 -32.22544,35.94242 -87.03553,0 -174.07106,0 -261.106585,0 -22.882406,0.48887 -28.851307,-23.6594 -26.668944,-41.94783 0,-90.90655 0,-181.8131 0,-272.71964 -0.646542,-27.42611 28.195097,-24.8673 46.276464,-29.39845 17.027024,-11.97105 0.04963,-34.72232 -17.278192,-29.26562 h -1.389128 z'; export var copy = { prefix: 'sfi', iconName: 'copy', icon: [width, height, [], unicode, svgPathData], }; //# sourceMappingURL=copy.js.map