@gnome-ui/icons 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/Add.d.ts +3 -0
- package/dist/icons/Attachment.d.ts +3 -0
- package/dist/icons/Check.d.ts +3 -0
- package/dist/icons/Close.d.ts +3 -0
- package/dist/icons/Copy.d.ts +3 -0
- package/dist/icons/Cut.d.ts +3 -0
- package/dist/icons/Delete.d.ts +3 -0
- package/dist/icons/DocumentOpen.d.ts +3 -0
- package/dist/icons/Edit.d.ts +3 -0
- package/dist/icons/Error.d.ts +3 -0
- package/dist/icons/GoHome.d.ts +3 -0
- package/dist/icons/GoNext.d.ts +3 -0
- package/dist/icons/GoPrevious.d.ts +3 -0
- package/dist/icons/GoUp.d.ts +3 -0
- package/dist/icons/Information.d.ts +3 -0
- package/dist/icons/MediaPause.d.ts +3 -0
- package/dist/icons/MediaPlay.d.ts +3 -0
- package/dist/icons/MediaSkipBackward.d.ts +3 -0
- package/dist/icons/MediaSkipForward.d.ts +3 -0
- package/dist/icons/OpenMenu.d.ts +3 -0
- package/dist/icons/PanDown.d.ts +3 -0
- package/dist/icons/PanEnd.d.ts +3 -0
- package/dist/icons/PanStart.d.ts +3 -0
- package/dist/icons/PanUp.d.ts +3 -0
- package/dist/icons/Paste.d.ts +3 -0
- package/dist/icons/Redo.d.ts +3 -0
- package/dist/icons/Refresh.d.ts +3 -0
- package/dist/icons/Remove.d.ts +3 -0
- package/dist/icons/Save.d.ts +3 -0
- package/dist/icons/Search.d.ts +3 -0
- package/dist/icons/Settings.d.ts +3 -0
- package/dist/icons/Share.d.ts +3 -0
- package/dist/icons/Star.d.ts +3 -0
- package/dist/icons/StarOutline.d.ts +3 -0
- package/dist/icons/Undo.d.ts +3 -0
- package/dist/icons/ViewConceal.d.ts +3 -0
- package/dist/icons/ViewMore.d.ts +3 -0
- package/dist/icons/ViewReveal.d.ts +3 -0
- package/dist/icons/ViewSidebar.d.ts +3 -0
- package/dist/icons/Warning.d.ts +3 -0
- package/dist/icons/index.d.ts +40 -0
- package/dist/icons/navigation.d.ts +17 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +228 -0
- package/dist/index.js.map +1 -0
- package/dist/types.d.ts +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export { GoPrevious } from './GoPrevious.ts';
|
|
2
|
+
export { GoNext } from './GoNext.ts';
|
|
3
|
+
export { GoHome } from './GoHome.ts';
|
|
4
|
+
export { GoUp } from './GoUp.ts';
|
|
5
|
+
export { PanDown } from './PanDown.ts';
|
|
6
|
+
export { PanUp } from './PanUp.ts';
|
|
7
|
+
export { PanStart } from './PanStart.ts';
|
|
8
|
+
export { PanEnd } from './PanEnd.ts';
|
|
9
|
+
export { Add } from './Add.ts';
|
|
10
|
+
export { Remove } from './Remove.ts';
|
|
11
|
+
export { Delete } from './Delete.ts';
|
|
12
|
+
export { Edit } from './Edit.ts';
|
|
13
|
+
export { Copy } from './Copy.ts';
|
|
14
|
+
export { Paste } from './Paste.ts';
|
|
15
|
+
export { Cut } from './Cut.ts';
|
|
16
|
+
export { Undo } from './Undo.ts';
|
|
17
|
+
export { Redo } from './Redo.ts';
|
|
18
|
+
export { Save } from './Save.ts';
|
|
19
|
+
export { DocumentOpen } from './DocumentOpen.ts';
|
|
20
|
+
export { Close } from './Close.ts';
|
|
21
|
+
export { Search } from './Search.ts';
|
|
22
|
+
export { Refresh } from './Refresh.ts';
|
|
23
|
+
export { Share } from './Share.ts';
|
|
24
|
+
export { Attachment } from './Attachment.ts';
|
|
25
|
+
export { OpenMenu } from './OpenMenu.ts';
|
|
26
|
+
export { ViewMore } from './ViewMore.ts';
|
|
27
|
+
export { ViewSidebar } from './ViewSidebar.ts';
|
|
28
|
+
export { ViewReveal } from './ViewReveal.ts';
|
|
29
|
+
export { ViewConceal } from './ViewConceal.ts';
|
|
30
|
+
export { Settings } from './Settings.ts';
|
|
31
|
+
export { Information } from './Information.ts';
|
|
32
|
+
export { Warning } from './Warning.ts';
|
|
33
|
+
export { Error } from './Error.ts';
|
|
34
|
+
export { Check } from './Check.ts';
|
|
35
|
+
export { Star } from './Star.ts';
|
|
36
|
+
export { StarOutline } from './StarOutline.ts';
|
|
37
|
+
export { MediaPlay } from './MediaPlay.ts';
|
|
38
|
+
export { MediaPause } from './MediaPause.ts';
|
|
39
|
+
export { MediaSkipForward } from './MediaSkipForward.ts';
|
|
40
|
+
export { MediaSkipBackward } from './MediaSkipBackward.ts';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IconDefinition } from '../types.ts';
|
|
2
|
+
/** go-previous-symbolic */
|
|
3
|
+
export declare const GoPrevious: IconDefinition;
|
|
4
|
+
/** go-next-symbolic */
|
|
5
|
+
export declare const GoNext: IconDefinition;
|
|
6
|
+
/** go-home-symbolic */
|
|
7
|
+
export declare const GoHome: IconDefinition;
|
|
8
|
+
/** go-up-symbolic */
|
|
9
|
+
export declare const GoUp: IconDefinition;
|
|
10
|
+
/** pan-down-symbolic */
|
|
11
|
+
export declare const PanDown: IconDefinition;
|
|
12
|
+
/** pan-up-symbolic */
|
|
13
|
+
export declare const PanUp: IconDefinition;
|
|
14
|
+
/** pan-start-symbolic (RTL-aware chevron left) */
|
|
15
|
+
export declare const PanStart: IconDefinition;
|
|
16
|
+
/** pan-end-symbolic (RTL-aware chevron right) */
|
|
17
|
+
export declare const PanEnd: IconDefinition;
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e={viewBox:`0 0 16 16`,paths:[{d:`M10.5 2.5 5 8l5.5 5.5 1.5-1.5L8 8l4-4z`,fillRule:`evenodd`}]},t={viewBox:`0 0 16 16`,paths:[{d:`M5.5 2.5 11 8l-5.5 5.5L4 12l4-4-4-4z`,fillRule:`evenodd`}]},n={viewBox:`0 0 16 16`,paths:[{d:`M8 1 1 7h2v7h4v-4h2v4h4V7h2L8 1zm0 2.2L13 8v5h-2.5v-4H5.5v4H3V8z`,fillRule:`evenodd`}]},r={viewBox:`0 0 16 16`,paths:[{d:`M8 2 2.5 8H6v6h4V8h3.5z`,fillRule:`evenodd`}]},i={viewBox:`0 0 16 16`,paths:[{d:`m2.5 5 5.5 6 5.5-6z`,fillRule:`evenodd`}]},a={viewBox:`0 0 16 16`,paths:[{d:`M2.5 11 8 5l5.5 6z`,fillRule:`evenodd`}]},o={viewBox:`0 0 16 16`,paths:[{d:`M11 2.5 5 8l6 5.5z`,fillRule:`evenodd`}]},s={viewBox:`0 0 16 16`,paths:[{d:`M5 2.5 11 8 5 13.5z`,fillRule:`evenodd`}]},c={viewBox:`0 0 16 16`,paths:[{d:`M7 2v5H2v2h5v5h2V9h5V7H9V2z`}]},l={viewBox:`0 0 16 16`,paths:[{d:`M2 7h12v2H2z`}]},u={viewBox:`0 0 16 16`,paths:[{d:`M6 2v1H2v2h1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5h1V3h-4V2H6zm0 4h1v5H6V6zm3 0h1v5H9V6z`,fillRule:`evenodd`}]},d={viewBox:`0 0 16 16`,paths:[{d:`M12.5 1a1.5 1.5 0 0 1 1.06 2.56l-8.5 8.5-.06.06-.08.02-3 .75a.5.5 0 0 1-.61-.61l.75-3 .02-.08.06-.06 8.5-8.5A1.49 1.49 0 0 1 12.5 1zm0 1a.5.5 0 0 0-.35.15L4 10.29l-.5 2 2-.5 8.15-8.15A.5.5 0 0 0 12.5 2z`,fillRule:`evenodd`}]},f={viewBox:`0 0 16 16`,paths:[{d:`M4 2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4zm0 1h7v9H4V3zM2 4v9a1 1 0 0 0 1 1h7v-1H3V4H2z`,fillRule:`evenodd`}]},p={viewBox:`0 0 16 16`,paths:[{d:`M6 1a1 1 0 0 0-1 1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1-1H6zm0 1h4v1H6V2zm-3 1h2v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3h2v10H3V3z`,fillRule:`evenodd`}]},m={viewBox:`0 0 16 16`,paths:[{d:`M5.5 1 3 5.5A2.5 2.5 0 1 0 6 8l2-3.5 2 3.5a2.5 2.5 0 1 0 2.94-2.46L10 2H8L6.5 4.5zm-1 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z`,fillRule:`evenodd`}]},h={viewBox:`0 0 16 16`,paths:[{d:`M6.5 2 2 6l4.5 4V7.5C9.5 7.5 12 8.5 13 11c0-4-2.5-6-6.5-6V2z`,fillRule:`evenodd`}]},g={viewBox:`0 0 16 16`,paths:[{d:`M9.5 2v3C5.5 5 3 7 3 11c1-2.5 3.5-3.5 6.5-3.5V10l4.5-4z`,fillRule:`evenodd`}]},_={viewBox:`0 0 16 16`,paths:[{d:`M2 2v12h12V5l-3-3H2zm5 1h2v3H7V3zm-3 0h2v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3.41L13 4.83V13H3V3h1zm3 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z`,fillRule:`evenodd`}]},v={viewBox:`0 0 16 16`,paths:[{d:`M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.41L6 3H2zm0 1h4l1.41 1.41.59.59H14v6H2V4z`,fillRule:`evenodd`}]},y={viewBox:`0 0 16 16`,paths:[{d:`M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z`,fillRule:`evenodd`}]},b={viewBox:`0 0 16 16`,paths:[{d:`M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z`,fillRule:`evenodd`}]},x={viewBox:`0 0 16 16`,paths:[{d:`M8 2a6 6 0 0 0-6 6h2a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4v-2L5 13l3 3v-2a6 6 0 0 0 6-6 6 6 0 0 0-6-6z`,fillRule:`evenodd`}]},S={viewBox:`0 0 16 16`,paths:[{d:`M11 1a3 3 0 1 1-1.18 5.76L6.6 8.9A3.02 3.02 0 0 1 7 10a3 3 0 1 1-1.18-2.38l3.36-2.24A3 3 0 0 1 9 5a3 3 0 0 1 .18-1.02L5.82 1.76A3 3 0 1 1 7 0a2.99 2.99 0 0 1-.18 1.02l3.36 2.22A3 3 0 0 1 11 1z`,fillRule:`evenodd`}]},C={viewBox:`0 0 16 16`,paths:[{d:`M11.5 1A3.5 3.5 0 0 0 8 4.5V12a2 2 0 1 1-4 0V5H2v7a4 4 0 0 0 8 0V4.5a2 2 0 1 1 4 0V12a6 6 0 0 1-12 0V5h2V3H2a2 2 0 0 0 0 4h2v5a2 2 0 1 0 4 0V4.5A3.5 3.5 0 0 0 11.5 1z`,fillRule:`evenodd`}]},w={viewBox:`0 0 16 16`,paths:[{d:`M2 4h12v2H2zm0 3h12v2H2zm0 3h12v2H2z`}]},T={viewBox:`0 0 16 16`,paths:[{d:`M8 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z`,fillRule:`evenodd`}]},E={viewBox:`0 0 16 16`,paths:[{d:`M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H1zm0 1h5v10H1V3zm6 0h8v10H7V3z`,fillRule:`evenodd`}]},D={viewBox:`0 0 16 16`,paths:[{d:`M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z`,fillRule:`evenodd`}]},O={viewBox:`0 0 16 16`,paths:[{d:`M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z`,fillRule:`evenodd`}]},k={viewBox:`0 0 16 16`,paths:[{d:`M7 1v2.06a5 5 0 0 0-1.73.72L3.64 2.22 2.22 3.64l1.56 1.56A5.02 5.02 0 0 0 3.06 7H1v2h2.06c.16.63.42 1.22.78 1.73L2.22 12.36l1.42 1.42 1.63-1.63A5 5 0 0 0 7 12.94V15h2v-2.06a5 5 0 0 0 1.73-.72l1.63 1.63 1.42-1.42-1.63-1.63c.36-.51.62-1.1.78-1.73H15V7h-2.06a5.02 5.02 0 0 0-.72-1.8l1.56-1.56-1.42-1.42-1.63 1.56A5 5 0 0 0 9 3.06V1H7zm1 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6z`,fillRule:`evenodd`}]},A={viewBox:`0 0 16 16`,paths:[{d:`M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 7v5h2V7H7zm0-3v2h2V4H7z`,fillRule:`evenodd`}]},j={viewBox:`0 0 16 16`,paths:[{d:`M8 1 0 15h16L8 1zm0 3 6 10H2L8 4zM7 8v3h2V8H7zm0 4v2h2v-2H7z`,fillRule:`evenodd`}]},M={viewBox:`0 0 16 16`,paths:[{d:`M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 5v5h2V5H7zm0 6v2h2v-2H7z`,fillRule:`evenodd`}]},N={viewBox:`0 0 16 16`,paths:[{d:`M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z`,fillRule:`evenodd`}]},P={viewBox:`0 0 16 16`,paths:[{d:`M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2z`,fillRule:`evenodd`}]},F={viewBox:`0 0 16 16`,paths:[{d:`M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2L8 1.5zm0 2.55L6.7 7H3.5l2.7 1.95-1 3.15L8 10.2l2.8 1.9-1-3.15L12.5 7H9.3z`,fillRule:`evenodd`}]},I={viewBox:`0 0 16 16`,paths:[{d:`M4 2v12l10-6z`,fillRule:`evenodd`}]},L={viewBox:`0 0 16 16`,paths:[{d:`M3 2h3v12H3zm7 0h3v12h-3z`}]},R={viewBox:`0 0 16 16`,paths:[{d:`M3 2v12l8-6-8-6zm8 0h2v12h-2z`}]},z={viewBox:`0 0 16 16`,paths:[{d:`M13 2v12l-8-6 8-6zm-8 0H3v12h2z`}]};exports.Add=c,exports.Attachment=C,exports.Check=N,exports.Close=y,exports.Copy=f,exports.Cut=m,exports.Delete=u,exports.DocumentOpen=v,exports.Edit=d,exports.Error=M,exports.GoHome=n,exports.GoNext=t,exports.GoPrevious=e,exports.GoUp=r,exports.Information=A,exports.MediaPause=L,exports.MediaPlay=I,exports.MediaSkipBackward=z,exports.MediaSkipForward=R,exports.OpenMenu=w,exports.PanDown=i,exports.PanEnd=s,exports.PanStart=o,exports.PanUp=a,exports.Paste=p,exports.Redo=g,exports.Refresh=x,exports.Remove=l,exports.Save=_,exports.Search=b,exports.Settings=k,exports.Share=S,exports.Star=P,exports.StarOutline=F,exports.Undo=h,exports.ViewConceal=O,exports.ViewMore=T,exports.ViewReveal=D,exports.ViewSidebar=E,exports.Warning=j;
|
|
2
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","names":[],"sources":["../src/icons/GoPrevious.ts","../src/icons/GoNext.ts","../src/icons/GoHome.ts","../src/icons/GoUp.ts","../src/icons/PanDown.ts","../src/icons/PanUp.ts","../src/icons/PanStart.ts","../src/icons/PanEnd.ts","../src/icons/Add.ts","../src/icons/Remove.ts","../src/icons/Delete.ts","../src/icons/Edit.ts","../src/icons/Copy.ts","../src/icons/Paste.ts","../src/icons/Cut.ts","../src/icons/Undo.ts","../src/icons/Redo.ts","../src/icons/Save.ts","../src/icons/DocumentOpen.ts","../src/icons/Close.ts","../src/icons/Search.ts","../src/icons/Refresh.ts","../src/icons/Share.ts","../src/icons/Attachment.ts","../src/icons/OpenMenu.ts","../src/icons/ViewMore.ts","../src/icons/ViewSidebar.ts","../src/icons/ViewReveal.ts","../src/icons/ViewConceal.ts","../src/icons/Settings.ts","../src/icons/Information.ts","../src/icons/Warning.ts","../src/icons/Error.ts","../src/icons/Check.ts","../src/icons/Star.ts","../src/icons/StarOutline.ts","../src/icons/MediaPlay.ts","../src/icons/MediaPause.ts","../src/icons/MediaSkipForward.ts","../src/icons/MediaSkipBackward.ts"],"sourcesContent":["import type { IconDefinition } from \"../types.ts\";\n\n/** go-previous-symbolic */\nexport const GoPrevious: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M10.5 2.5 5 8l5.5 5.5 1.5-1.5L8 8l4-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-next-symbolic */\nexport const GoNext: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5.5 2.5 11 8l-5.5 5.5L4 12l4-4-4-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-home-symbolic */\nexport const GoHome: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1 1 7h2v7h4v-4h2v4h4V7h2L8 1zm0 2.2L13 8v5h-2.5v-4H5.5v4H3V8z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-up-symbolic */\nexport const GoUp: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2 2.5 8H6v6h4V8h3.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-down-symbolic */\nexport const PanDown: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"m2.5 5 5.5 6 5.5-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-up-symbolic */\nexport const PanUp: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2.5 11 8 5l5.5 6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-start-symbolic */\nexport const PanStart: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11 2.5 5 8l6 5.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-end-symbolic */\nexport const PanEnd: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5 2.5 11 8 5 13.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** list-add-symbolic */\nexport const Add: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M7 2v5H2v2h5v5h2V9h5V7H9V2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** list-remove-symbolic */\nexport const Remove: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 7h12v2H2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-delete-symbolic */\nexport const Delete: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6 2v1H2v2h1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5h1V3h-4V2H6zm0 4h1v5H6V6zm3 0h1v5H9V6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-edit-symbolic */\nexport const Edit: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M12.5 1a1.5 1.5 0 0 1 1.06 2.56l-8.5 8.5-.06.06-.08.02-3 .75a.5.5 0 0 1-.61-.61l.75-3 .02-.08.06-.06 8.5-8.5A1.49 1.49 0 0 1 12.5 1zm0 1a.5.5 0 0 0-.35.15L4 10.29l-.5 2 2-.5 8.15-8.15A.5.5 0 0 0 12.5 2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-copy-symbolic */\nexport const Copy: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4zm0 1h7v9H4V3zM2 4v9a1 1 0 0 0 1 1h7v-1H3V4H2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-paste-symbolic */\nexport const Paste: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6 1a1 1 0 0 0-1 1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1-1H6zm0 1h4v1H6V2zm-3 1h2v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3h2v10H3V3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-cut-symbolic */\nexport const Cut: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5.5 1 3 5.5A2.5 2.5 0 1 0 6 8l2-3.5 2 3.5a2.5 2.5 0 1 0 2.94-2.46L10 2H8L6.5 4.5zm-1 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-undo-symbolic */\nexport const Undo: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6.5 2 2 6l4.5 4V7.5C9.5 7.5 12 8.5 13 11c0-4-2.5-6-6.5-6V2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-redo-symbolic */\nexport const Redo: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M9.5 2v3C5.5 5 3 7 3 11c1-2.5 3.5-3.5 6.5-3.5V10l4.5-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-save-symbolic */\nexport const Save: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 2v12h12V5l-3-3H2zm5 1h2v3H7V3zm-3 0h2v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3.41L13 4.83V13H3V3h1zm3 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-open-symbolic */\nexport const DocumentOpen: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.41L6 3H2zm0 1h4l1.41 1.41.59.59H14v6H2V4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** window-close-symbolic */\nexport const Close: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** system-search-symbolic */\nexport const Search: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-refresh-symbolic */\nexport const Refresh: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a6 6 0 0 0-6 6h2a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4v-2L5 13l3 3v-2a6 6 0 0 0 6-6 6 6 0 0 0-6-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** emblem-shared-symbolic */\nexport const Share: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11 1a3 3 0 1 1-1.18 5.76L6.6 8.9A3.02 3.02 0 0 1 7 10a3 3 0 1 1-1.18-2.38l3.36-2.24A3 3 0 0 1 9 5a3 3 0 0 1 .18-1.02L5.82 1.76A3 3 0 1 1 7 0a2.99 2.99 0 0 1-.18 1.02l3.36 2.22A3 3 0 0 1 11 1z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** mail-attachment-symbolic */\nexport const Attachment: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11.5 1A3.5 3.5 0 0 0 8 4.5V12a2 2 0 1 1-4 0V5H2v7a4 4 0 0 0 8 0V4.5a2 2 0 1 1 4 0V12a6 6 0 0 1-12 0V5h2V3H2a2 2 0 0 0 0 4h2v5a2 2 0 1 0 4 0V4.5A3.5 3.5 0 0 0 11.5 1z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** open-menu-symbolic (hamburger) */\nexport const OpenMenu: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 4h12v2H2zm0 3h12v2H2zm0 3h12v2H2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-more-symbolic (vertical ellipsis) */\nexport const ViewMore: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-sidebar-symbolic */\nexport const ViewSidebar: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H1zm0 1h5v10H1V3zm6 0h8v10H7V3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-reveal-symbolic — show/reveal hidden content (open eye) */\nexport const ViewReveal: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n {\n d: \"M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\",\n fillRule: \"evenodd\",\n },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-conceal-symbolic — hide/conceal content (eye with slash) */\nexport const ViewConceal: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n {\n d: \"M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z\",\n fillRule: \"evenodd\",\n },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** emblem-system-symbolic */\nexport const Settings: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M7 1v2.06a5 5 0 0 0-1.73.72L3.64 2.22 2.22 3.64l1.56 1.56A5.02 5.02 0 0 0 3.06 7H1v2h2.06c.16.63.42 1.22.78 1.73L2.22 12.36l1.42 1.42 1.63-1.63A5 5 0 0 0 7 12.94V15h2v-2.06a5 5 0 0 0 1.73-.72l1.63 1.63 1.42-1.42-1.63-1.63c.36-.51.62-1.1.78-1.73H15V7h-2.06a5.02 5.02 0 0 0-.72-1.8l1.56-1.56-1.42-1.42-1.63 1.56A5 5 0 0 0 9 3.06V1H7zm1 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-information-symbolic */\nexport const Information: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 7v5h2V7H7zm0-3v2h2V4H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-warning-symbolic */\nexport const Warning: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1 0 15h16L8 1zm0 3 6 10H2L8 4zM7 8v3h2V8H7zm0 4v2h2v-2H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-error-symbolic */\nexport const Error: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 5v5h2V5H7zm0 6v2h2v-2H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** object-select-symbolic */\nexport const Check: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** starred-symbolic */\nexport const Star: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** non-starred-symbolic */\nexport const StarOutline: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2L8 1.5zm0 2.55L6.7 7H3.5l2.7 1.95-1 3.15L8 10.2l2.8 1.9-1-3.15L12.5 7H9.3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-playback-start-symbolic */\nexport const MediaPlay: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 2v12l10-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-playback-pause-symbolic */\nexport const MediaPause: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 2h3v12H3zm7 0h3v12h-3z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-skip-forward-symbolic */\nexport const MediaSkipForward: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 2v12l8-6-8-6zm8 0h2v12h-2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-skip-backward-symbolic */\nexport const MediaSkipBackward: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M13 2v12l-8-6 8-6zm-8 0H3v12h2z\" }],\n};\n"],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
//#region src/icons/GoPrevious.ts
|
|
2
|
+
var e = {
|
|
3
|
+
viewBox: "0 0 16 16",
|
|
4
|
+
paths: [{
|
|
5
|
+
d: "M10.5 2.5 5 8l5.5 5.5 1.5-1.5L8 8l4-4z",
|
|
6
|
+
fillRule: "evenodd"
|
|
7
|
+
}]
|
|
8
|
+
}, t = {
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
paths: [{
|
|
11
|
+
d: "M5.5 2.5 11 8l-5.5 5.5L4 12l4-4-4-4z",
|
|
12
|
+
fillRule: "evenodd"
|
|
13
|
+
}]
|
|
14
|
+
}, n = {
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
|
+
paths: [{
|
|
17
|
+
d: "M8 1 1 7h2v7h4v-4h2v4h4V7h2L8 1zm0 2.2L13 8v5h-2.5v-4H5.5v4H3V8z",
|
|
18
|
+
fillRule: "evenodd"
|
|
19
|
+
}]
|
|
20
|
+
}, r = {
|
|
21
|
+
viewBox: "0 0 16 16",
|
|
22
|
+
paths: [{
|
|
23
|
+
d: "M8 2 2.5 8H6v6h4V8h3.5z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
}]
|
|
26
|
+
}, i = {
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
paths: [{
|
|
29
|
+
d: "m2.5 5 5.5 6 5.5-6z",
|
|
30
|
+
fillRule: "evenodd"
|
|
31
|
+
}]
|
|
32
|
+
}, a = {
|
|
33
|
+
viewBox: "0 0 16 16",
|
|
34
|
+
paths: [{
|
|
35
|
+
d: "M2.5 11 8 5l5.5 6z",
|
|
36
|
+
fillRule: "evenodd"
|
|
37
|
+
}]
|
|
38
|
+
}, o = {
|
|
39
|
+
viewBox: "0 0 16 16",
|
|
40
|
+
paths: [{
|
|
41
|
+
d: "M11 2.5 5 8l6 5.5z",
|
|
42
|
+
fillRule: "evenodd"
|
|
43
|
+
}]
|
|
44
|
+
}, s = {
|
|
45
|
+
viewBox: "0 0 16 16",
|
|
46
|
+
paths: [{
|
|
47
|
+
d: "M5 2.5 11 8 5 13.5z",
|
|
48
|
+
fillRule: "evenodd"
|
|
49
|
+
}]
|
|
50
|
+
}, c = {
|
|
51
|
+
viewBox: "0 0 16 16",
|
|
52
|
+
paths: [{ d: "M7 2v5H2v2h5v5h2V9h5V7H9V2z" }]
|
|
53
|
+
}, l = {
|
|
54
|
+
viewBox: "0 0 16 16",
|
|
55
|
+
paths: [{ d: "M2 7h12v2H2z" }]
|
|
56
|
+
}, u = {
|
|
57
|
+
viewBox: "0 0 16 16",
|
|
58
|
+
paths: [{
|
|
59
|
+
d: "M6 2v1H2v2h1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5h1V3h-4V2H6zm0 4h1v5H6V6zm3 0h1v5H9V6z",
|
|
60
|
+
fillRule: "evenodd"
|
|
61
|
+
}]
|
|
62
|
+
}, d = {
|
|
63
|
+
viewBox: "0 0 16 16",
|
|
64
|
+
paths: [{
|
|
65
|
+
d: "M12.5 1a1.5 1.5 0 0 1 1.06 2.56l-8.5 8.5-.06.06-.08.02-3 .75a.5.5 0 0 1-.61-.61l.75-3 .02-.08.06-.06 8.5-8.5A1.49 1.49 0 0 1 12.5 1zm0 1a.5.5 0 0 0-.35.15L4 10.29l-.5 2 2-.5 8.15-8.15A.5.5 0 0 0 12.5 2z",
|
|
66
|
+
fillRule: "evenodd"
|
|
67
|
+
}]
|
|
68
|
+
}, f = {
|
|
69
|
+
viewBox: "0 0 16 16",
|
|
70
|
+
paths: [{
|
|
71
|
+
d: "M4 2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4zm0 1h7v9H4V3zM2 4v9a1 1 0 0 0 1 1h7v-1H3V4H2z",
|
|
72
|
+
fillRule: "evenodd"
|
|
73
|
+
}]
|
|
74
|
+
}, p = {
|
|
75
|
+
viewBox: "0 0 16 16",
|
|
76
|
+
paths: [{
|
|
77
|
+
d: "M6 1a1 1 0 0 0-1 1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1-1H6zm0 1h4v1H6V2zm-3 1h2v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3h2v10H3V3z",
|
|
78
|
+
fillRule: "evenodd"
|
|
79
|
+
}]
|
|
80
|
+
}, m = {
|
|
81
|
+
viewBox: "0 0 16 16",
|
|
82
|
+
paths: [{
|
|
83
|
+
d: "M5.5 1 3 5.5A2.5 2.5 0 1 0 6 8l2-3.5 2 3.5a2.5 2.5 0 1 0 2.94-2.46L10 2H8L6.5 4.5zm-1 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z",
|
|
84
|
+
fillRule: "evenodd"
|
|
85
|
+
}]
|
|
86
|
+
}, h = {
|
|
87
|
+
viewBox: "0 0 16 16",
|
|
88
|
+
paths: [{
|
|
89
|
+
d: "M6.5 2 2 6l4.5 4V7.5C9.5 7.5 12 8.5 13 11c0-4-2.5-6-6.5-6V2z",
|
|
90
|
+
fillRule: "evenodd"
|
|
91
|
+
}]
|
|
92
|
+
}, g = {
|
|
93
|
+
viewBox: "0 0 16 16",
|
|
94
|
+
paths: [{
|
|
95
|
+
d: "M9.5 2v3C5.5 5 3 7 3 11c1-2.5 3.5-3.5 6.5-3.5V10l4.5-4z",
|
|
96
|
+
fillRule: "evenodd"
|
|
97
|
+
}]
|
|
98
|
+
}, _ = {
|
|
99
|
+
viewBox: "0 0 16 16",
|
|
100
|
+
paths: [{
|
|
101
|
+
d: "M2 2v12h12V5l-3-3H2zm5 1h2v3H7V3zm-3 0h2v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3.41L13 4.83V13H3V3h1zm3 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z",
|
|
102
|
+
fillRule: "evenodd"
|
|
103
|
+
}]
|
|
104
|
+
}, v = {
|
|
105
|
+
viewBox: "0 0 16 16",
|
|
106
|
+
paths: [{
|
|
107
|
+
d: "M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.41L6 3H2zm0 1h4l1.41 1.41.59.59H14v6H2V4z",
|
|
108
|
+
fillRule: "evenodd"
|
|
109
|
+
}]
|
|
110
|
+
}, y = {
|
|
111
|
+
viewBox: "0 0 16 16",
|
|
112
|
+
paths: [{
|
|
113
|
+
d: "M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z",
|
|
114
|
+
fillRule: "evenodd"
|
|
115
|
+
}]
|
|
116
|
+
}, b = {
|
|
117
|
+
viewBox: "0 0 16 16",
|
|
118
|
+
paths: [{
|
|
119
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z",
|
|
120
|
+
fillRule: "evenodd"
|
|
121
|
+
}]
|
|
122
|
+
}, x = {
|
|
123
|
+
viewBox: "0 0 16 16",
|
|
124
|
+
paths: [{
|
|
125
|
+
d: "M8 2a6 6 0 0 0-6 6h2a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4v-2L5 13l3 3v-2a6 6 0 0 0 6-6 6 6 0 0 0-6-6z",
|
|
126
|
+
fillRule: "evenodd"
|
|
127
|
+
}]
|
|
128
|
+
}, S = {
|
|
129
|
+
viewBox: "0 0 16 16",
|
|
130
|
+
paths: [{
|
|
131
|
+
d: "M11 1a3 3 0 1 1-1.18 5.76L6.6 8.9A3.02 3.02 0 0 1 7 10a3 3 0 1 1-1.18-2.38l3.36-2.24A3 3 0 0 1 9 5a3 3 0 0 1 .18-1.02L5.82 1.76A3 3 0 1 1 7 0a2.99 2.99 0 0 1-.18 1.02l3.36 2.22A3 3 0 0 1 11 1z",
|
|
132
|
+
fillRule: "evenodd"
|
|
133
|
+
}]
|
|
134
|
+
}, C = {
|
|
135
|
+
viewBox: "0 0 16 16",
|
|
136
|
+
paths: [{
|
|
137
|
+
d: "M11.5 1A3.5 3.5 0 0 0 8 4.5V12a2 2 0 1 1-4 0V5H2v7a4 4 0 0 0 8 0V4.5a2 2 0 1 1 4 0V12a6 6 0 0 1-12 0V5h2V3H2a2 2 0 0 0 0 4h2v5a2 2 0 1 0 4 0V4.5A3.5 3.5 0 0 0 11.5 1z",
|
|
138
|
+
fillRule: "evenodd"
|
|
139
|
+
}]
|
|
140
|
+
}, w = {
|
|
141
|
+
viewBox: "0 0 16 16",
|
|
142
|
+
paths: [{ d: "M2 4h12v2H2zm0 3h12v2H2zm0 3h12v2H2z" }]
|
|
143
|
+
}, T = {
|
|
144
|
+
viewBox: "0 0 16 16",
|
|
145
|
+
paths: [{
|
|
146
|
+
d: "M8 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z",
|
|
147
|
+
fillRule: "evenodd"
|
|
148
|
+
}]
|
|
149
|
+
}, E = {
|
|
150
|
+
viewBox: "0 0 16 16",
|
|
151
|
+
paths: [{
|
|
152
|
+
d: "M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H1zm0 1h5v10H1V3zm6 0h8v10H7V3z",
|
|
153
|
+
fillRule: "evenodd"
|
|
154
|
+
}]
|
|
155
|
+
}, D = {
|
|
156
|
+
viewBox: "0 0 16 16",
|
|
157
|
+
paths: [{
|
|
158
|
+
d: "M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z",
|
|
159
|
+
fillRule: "evenodd"
|
|
160
|
+
}]
|
|
161
|
+
}, O = {
|
|
162
|
+
viewBox: "0 0 16 16",
|
|
163
|
+
paths: [{
|
|
164
|
+
d: "M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z",
|
|
165
|
+
fillRule: "evenodd"
|
|
166
|
+
}]
|
|
167
|
+
}, k = {
|
|
168
|
+
viewBox: "0 0 16 16",
|
|
169
|
+
paths: [{
|
|
170
|
+
d: "M7 1v2.06a5 5 0 0 0-1.73.72L3.64 2.22 2.22 3.64l1.56 1.56A5.02 5.02 0 0 0 3.06 7H1v2h2.06c.16.63.42 1.22.78 1.73L2.22 12.36l1.42 1.42 1.63-1.63A5 5 0 0 0 7 12.94V15h2v-2.06a5 5 0 0 0 1.73-.72l1.63 1.63 1.42-1.42-1.63-1.63c.36-.51.62-1.1.78-1.73H15V7h-2.06a5.02 5.02 0 0 0-.72-1.8l1.56-1.56-1.42-1.42-1.63 1.56A5 5 0 0 0 9 3.06V1H7zm1 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6z",
|
|
171
|
+
fillRule: "evenodd"
|
|
172
|
+
}]
|
|
173
|
+
}, A = {
|
|
174
|
+
viewBox: "0 0 16 16",
|
|
175
|
+
paths: [{
|
|
176
|
+
d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 7v5h2V7H7zm0-3v2h2V4H7z",
|
|
177
|
+
fillRule: "evenodd"
|
|
178
|
+
}]
|
|
179
|
+
}, j = {
|
|
180
|
+
viewBox: "0 0 16 16",
|
|
181
|
+
paths: [{
|
|
182
|
+
d: "M8 1 0 15h16L8 1zm0 3 6 10H2L8 4zM7 8v3h2V8H7zm0 4v2h2v-2H7z",
|
|
183
|
+
fillRule: "evenodd"
|
|
184
|
+
}]
|
|
185
|
+
}, M = {
|
|
186
|
+
viewBox: "0 0 16 16",
|
|
187
|
+
paths: [{
|
|
188
|
+
d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 5v5h2V5H7zm0 6v2h2v-2H7z",
|
|
189
|
+
fillRule: "evenodd"
|
|
190
|
+
}]
|
|
191
|
+
}, N = {
|
|
192
|
+
viewBox: "0 0 16 16",
|
|
193
|
+
paths: [{
|
|
194
|
+
d: "M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z",
|
|
195
|
+
fillRule: "evenodd"
|
|
196
|
+
}]
|
|
197
|
+
}, P = {
|
|
198
|
+
viewBox: "0 0 16 16",
|
|
199
|
+
paths: [{
|
|
200
|
+
d: "M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2z",
|
|
201
|
+
fillRule: "evenodd"
|
|
202
|
+
}]
|
|
203
|
+
}, F = {
|
|
204
|
+
viewBox: "0 0 16 16",
|
|
205
|
+
paths: [{
|
|
206
|
+
d: "M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2L8 1.5zm0 2.55L6.7 7H3.5l2.7 1.95-1 3.15L8 10.2l2.8 1.9-1-3.15L12.5 7H9.3z",
|
|
207
|
+
fillRule: "evenodd"
|
|
208
|
+
}]
|
|
209
|
+
}, I = {
|
|
210
|
+
viewBox: "0 0 16 16",
|
|
211
|
+
paths: [{
|
|
212
|
+
d: "M4 2v12l10-6z",
|
|
213
|
+
fillRule: "evenodd"
|
|
214
|
+
}]
|
|
215
|
+
}, L = {
|
|
216
|
+
viewBox: "0 0 16 16",
|
|
217
|
+
paths: [{ d: "M3 2h3v12H3zm7 0h3v12h-3z" }]
|
|
218
|
+
}, R = {
|
|
219
|
+
viewBox: "0 0 16 16",
|
|
220
|
+
paths: [{ d: "M3 2v12l8-6-8-6zm8 0h2v12h-2z" }]
|
|
221
|
+
}, z = {
|
|
222
|
+
viewBox: "0 0 16 16",
|
|
223
|
+
paths: [{ d: "M13 2v12l-8-6 8-6zm-8 0H3v12h2z" }]
|
|
224
|
+
};
|
|
225
|
+
//#endregion
|
|
226
|
+
export { c as Add, C as Attachment, N as Check, y as Close, f as Copy, m as Cut, u as Delete, v as DocumentOpen, d as Edit, M as Error, n as GoHome, t as GoNext, e as GoPrevious, r as GoUp, A as Information, L as MediaPause, I as MediaPlay, z as MediaSkipBackward, R as MediaSkipForward, w as OpenMenu, i as PanDown, s as PanEnd, o as PanStart, a as PanUp, p as Paste, g as Redo, x as Refresh, l as Remove, _ as Save, b as Search, k as Settings, S as Share, P as Star, F as StarOutline, h as Undo, O as ViewConceal, T as ViewMore, D as ViewReveal, E as ViewSidebar, j as Warning };
|
|
227
|
+
|
|
228
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../src/icons/GoPrevious.ts","../src/icons/GoNext.ts","../src/icons/GoHome.ts","../src/icons/GoUp.ts","../src/icons/PanDown.ts","../src/icons/PanUp.ts","../src/icons/PanStart.ts","../src/icons/PanEnd.ts","../src/icons/Add.ts","../src/icons/Remove.ts","../src/icons/Delete.ts","../src/icons/Edit.ts","../src/icons/Copy.ts","../src/icons/Paste.ts","../src/icons/Cut.ts","../src/icons/Undo.ts","../src/icons/Redo.ts","../src/icons/Save.ts","../src/icons/DocumentOpen.ts","../src/icons/Close.ts","../src/icons/Search.ts","../src/icons/Refresh.ts","../src/icons/Share.ts","../src/icons/Attachment.ts","../src/icons/OpenMenu.ts","../src/icons/ViewMore.ts","../src/icons/ViewSidebar.ts","../src/icons/ViewReveal.ts","../src/icons/ViewConceal.ts","../src/icons/Settings.ts","../src/icons/Information.ts","../src/icons/Warning.ts","../src/icons/Error.ts","../src/icons/Check.ts","../src/icons/Star.ts","../src/icons/StarOutline.ts","../src/icons/MediaPlay.ts","../src/icons/MediaPause.ts","../src/icons/MediaSkipForward.ts","../src/icons/MediaSkipBackward.ts"],"sourcesContent":["import type { IconDefinition } from \"../types.ts\";\n\n/** go-previous-symbolic */\nexport const GoPrevious: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M10.5 2.5 5 8l5.5 5.5 1.5-1.5L8 8l4-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-next-symbolic */\nexport const GoNext: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5.5 2.5 11 8l-5.5 5.5L4 12l4-4-4-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-home-symbolic */\nexport const GoHome: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1 1 7h2v7h4v-4h2v4h4V7h2L8 1zm0 2.2L13 8v5h-2.5v-4H5.5v4H3V8z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** go-up-symbolic */\nexport const GoUp: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2 2.5 8H6v6h4V8h3.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-down-symbolic */\nexport const PanDown: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"m2.5 5 5.5 6 5.5-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-up-symbolic */\nexport const PanUp: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2.5 11 8 5l5.5 6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-start-symbolic */\nexport const PanStart: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11 2.5 5 8l6 5.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** pan-end-symbolic */\nexport const PanEnd: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5 2.5 11 8 5 13.5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** list-add-symbolic */\nexport const Add: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M7 2v5H2v2h5v5h2V9h5V7H9V2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** list-remove-symbolic */\nexport const Remove: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 7h12v2H2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-delete-symbolic */\nexport const Delete: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6 2v1H2v2h1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5h1V3h-4V2H6zm0 4h1v5H6V6zm3 0h1v5H9V6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-edit-symbolic */\nexport const Edit: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M12.5 1a1.5 1.5 0 0 1 1.06 2.56l-8.5 8.5-.06.06-.08.02-3 .75a.5.5 0 0 1-.61-.61l.75-3 .02-.08.06-.06 8.5-8.5A1.49 1.49 0 0 1 12.5 1zm0 1a.5.5 0 0 0-.35.15L4 10.29l-.5 2 2-.5 8.15-8.15A.5.5 0 0 0 12.5 2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-copy-symbolic */\nexport const Copy: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4zm0 1h7v9H4V3zM2 4v9a1 1 0 0 0 1 1h7v-1H3V4H2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-paste-symbolic */\nexport const Paste: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6 1a1 1 0 0 0-1 1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1-1H6zm0 1h4v1H6V2zm-3 1h2v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3h2v10H3V3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-cut-symbolic */\nexport const Cut: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M5.5 1 3 5.5A2.5 2.5 0 1 0 6 8l2-3.5 2 3.5a2.5 2.5 0 1 0 2.94-2.46L10 2H8L6.5 4.5zm-1 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-undo-symbolic */\nexport const Undo: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6.5 2 2 6l4.5 4V7.5C9.5 7.5 12 8.5 13 11c0-4-2.5-6-6.5-6V2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** edit-redo-symbolic */\nexport const Redo: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M9.5 2v3C5.5 5 3 7 3 11c1-2.5 3.5-3.5 6.5-3.5V10l4.5-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-save-symbolic */\nexport const Save: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 2v12h12V5l-3-3H2zm5 1h2v3H7V3zm-3 0h2v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V3.41L13 4.83V13H3V3h1zm3 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** document-open-symbolic */\nexport const DocumentOpen: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.41L6 3H2zm0 1h4l1.41 1.41.59.59H14v6H2V4z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** window-close-symbolic */\nexport const Close: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** system-search-symbolic */\nexport const Search: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-refresh-symbolic */\nexport const Refresh: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a6 6 0 0 0-6 6h2a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4v-2L5 13l3 3v-2a6 6 0 0 0 6-6 6 6 0 0 0-6-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** emblem-shared-symbolic */\nexport const Share: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11 1a3 3 0 1 1-1.18 5.76L6.6 8.9A3.02 3.02 0 0 1 7 10a3 3 0 1 1-1.18-2.38l3.36-2.24A3 3 0 0 1 9 5a3 3 0 0 1 .18-1.02L5.82 1.76A3 3 0 1 1 7 0a2.99 2.99 0 0 1-.18 1.02l3.36 2.22A3 3 0 0 1 11 1z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** mail-attachment-symbolic */\nexport const Attachment: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M11.5 1A3.5 3.5 0 0 0 8 4.5V12a2 2 0 1 1-4 0V5H2v7a4 4 0 0 0 8 0V4.5a2 2 0 1 1 4 0V12a6 6 0 0 1-12 0V5h2V3H2a2 2 0 0 0 0 4h2v5a2 2 0 1 0 4 0V4.5A3.5 3.5 0 0 0 11.5 1z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** open-menu-symbolic (hamburger) */\nexport const OpenMenu: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M2 4h12v2H2zm0 3h12v2H2zm0 3h12v2H2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-more-symbolic (vertical ellipsis) */\nexport const ViewMore: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-sidebar-symbolic */\nexport const ViewSidebar: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H1zm0 1h5v10H1V3zm6 0h8v10H7V3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-reveal-symbolic — show/reveal hidden content (open eye) */\nexport const ViewReveal: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n {\n d: \"M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\",\n fillRule: \"evenodd\",\n },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-conceal-symbolic — hide/conceal content (eye with slash) */\nexport const ViewConceal: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n {\n d: \"M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z\",\n fillRule: \"evenodd\",\n },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** emblem-system-symbolic */\nexport const Settings: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M7 1v2.06a5 5 0 0 0-1.73.72L3.64 2.22 2.22 3.64l1.56 1.56A5.02 5.02 0 0 0 3.06 7H1v2h2.06c.16.63.42 1.22.78 1.73L2.22 12.36l1.42 1.42 1.63-1.63A5 5 0 0 0 7 12.94V15h2v-2.06a5 5 0 0 0 1.73-.72l1.63 1.63 1.42-1.42-1.63-1.63c.36-.51.62-1.1.78-1.73H15V7h-2.06a5.02 5.02 0 0 0-.72-1.8l1.56-1.56-1.42-1.42-1.63 1.56A5 5 0 0 0 9 3.06V1H7zm1 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-information-symbolic */\nexport const Information: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 7v5h2V7H7zm0-3v2h2V4H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-warning-symbolic */\nexport const Warning: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1 0 15h16L8 1zm0 3 6 10H2L8 4zM7 8v3h2V8H7zm0 4v2h2v-2H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** dialog-error-symbolic */\nexport const Error: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 2a5 5 0 1 1 0 10A5 5 0 0 1 8 3zM7 5v5h2V5H7zm0 6v2h2v-2H7z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** object-select-symbolic */\nexport const Check: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** starred-symbolic */\nexport const Star: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** non-starred-symbolic */\nexport const StarOutline: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2L8 1.5zm0 2.55L6.7 7H3.5l2.7 1.95-1 3.15L8 10.2l2.8 1.9-1-3.15L12.5 7H9.3z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-playback-start-symbolic */\nexport const MediaPlay: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 2v12l10-6z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-playback-pause-symbolic */\nexport const MediaPause: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 2h3v12H3zm7 0h3v12h-3z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-skip-forward-symbolic */\nexport const MediaSkipForward: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 2v12l8-6-8-6zm8 0h2v12h-2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** media-skip-backward-symbolic */\nexport const MediaSkipBackward: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M13 2v12l-8-6 8-6zm-8 0H3v12h2z\" }],\n};\n"],"mappings":";AAGA,IAAa,IAA6B;CACxC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA0C,UAAU;EAAW,CAAC;CAC9E,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAwC,UAAU;EAAW,CAAC;CAC5E,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAoE,UAAU;EAAW,CAAC;CACxG,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA2B,UAAU;EAAW,CAAC;CAC/D,ECHY,IAA0B;CACrC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAuB,UAAU;EAAW,CAAC;CAC3D,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAsB,UAAU;EAAW,CAAC;CAC1D,ECHY,IAA2B;CACtC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAsB,UAAU;EAAW,CAAC;CAC1D,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAuB,UAAU;EAAW,CAAC;CAC3D,ECHY,IAAsB;CACjC,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,+BAA+B,CAAC;CAC9C,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,gBAAgB,CAAC;CAC/B,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAwF,UAAU;EAAW,CAAC;CAC5H,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA8M,UAAU;EAAW,CAAC;CAClP,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAsH,UAAU;EAAW,CAAC;CAC1J,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA4K,UAAU;EAAW,CAAC;CAChN,ECHY,IAAsB;CACjC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA2K,UAAU;EAAW,CAAC;CAC/M,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAgE,UAAU;EAAW,CAAC;CACpG,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA2D,UAAU;EAAW,CAAC;CAC/F,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAoI,UAAU;EAAW,CAAC;CACxK,ECHY,IAA+B;CAC1C,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAmH,UAAU;EAAW,CAAC;CACvJ,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAwM,UAAU;EAAW,CAAC;CAC5O,ECHY,IAAyB;CACpC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA8H,UAAU;EAAW,CAAC;CAClK,ECHY,IAA0B;CACrC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA8G,UAAU;EAAW,CAAC;CAClJ,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAoM,UAAU;EAAW,CAAC;CACxO,ECHY,IAA6B;CACxC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA0K,UAAU;EAAW,CAAC;CAC9M,ECHY,IAA2B;CACtC,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,wCAAwC,CAAC;CACvD,ECHY,IAA2B;CACtC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA+H,UAAU;EAAW,CAAC;CACnK,ECHY,IAA8B;CACzC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAuG,UAAU;EAAW,CAAC;CAC3I,ECHY,IAA6B;CACxC,SAAS;CACT,OAAO,CACL;EACE,GAAG;EACH,UAAU;EACX,CACF;CACF,ECRY,IAA8B;CACzC,SAAS;CACT,OAAO,CACL;EACE,GAAG;EACH,UAAU;EACX,CACF;CACF,ECRY,IAA2B;CACtC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAgX,UAAU;EAAW,CAAC;CACpZ,ECHY,IAA8B;CACzC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAkG,UAAU;EAAW,CAAC;CACtI,ECHY,IAA0B;CACrC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAgE,UAAU;EAAW,CAAC;CACpG,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAmG,UAAU;EAAW,CAAC;CACvI,ECHY,IAAwB;CACnC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAwC,UAAU;EAAW,CAAC;CAC5E,ECHY,IAAuB;CAClC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAA2D,UAAU;EAAW,CAAC;CAC/F,ECHY,IAA8B;CACzC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAoI,UAAU;EAAW,CAAC;CACxK,ECHY,IAA4B;CACvC,SAAS;CACT,OAAO,CAAC;EAAE,GAAG;EAAiB,UAAU;EAAW,CAAC;CACrD,ECHY,IAA6B;CACxC,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,6BAA6B,CAAC;CAC5C,ECHY,IAAmC;CAC9C,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,iCAAiC,CAAC;CAChD,ECHY,IAAoC;CAC/C,SAAS;CACT,OAAO,CAAC,EAAE,GAAG,mCAAmC,CAAC;CAClD"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Framework-agnostic icon definition.
|
|
3
|
+
* Each icon is a set of SVG path descriptors within a fixed viewBox.
|
|
4
|
+
*
|
|
5
|
+
* Adapters (React, Angular, etc.) consume this shape to render the icon
|
|
6
|
+
* as an inline SVG.
|
|
7
|
+
*/
|
|
8
|
+
export interface IconDefinition {
|
|
9
|
+
/** SVG viewBox attribute, e.g. `"0 0 16 16"`. */
|
|
10
|
+
readonly viewBox: string;
|
|
11
|
+
/** One or more SVG path objects that make up the icon. */
|
|
12
|
+
readonly paths: ReadonlyArray<IconPath>;
|
|
13
|
+
}
|
|
14
|
+
export interface IconPath {
|
|
15
|
+
readonly d: string;
|
|
16
|
+
readonly fillRule?: "nonzero" | "evenodd" | "inherit";
|
|
17
|
+
readonly clipRule?: "nonzero" | "evenodd" | "inherit";
|
|
18
|
+
}
|