@gnome-ui/icons 1.18.2 → 1.20.0
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/README.md +90 -40
- package/dist/Icons.stories.d.ts +52 -0
- package/dist/icons/Accessibility.d.ts +3 -0
- package/dist/icons/Applications.d.ts +3 -0
- package/dist/icons/ColorManagement.d.ts +3 -0
- package/dist/icons/Heart.d.ts +3 -0
- package/dist/icons/InputKeyboard.d.ts +3 -0
- package/dist/icons/InputMouse.d.ts +3 -0
- package/dist/icons/InputTablet.d.ts +3 -0
- package/dist/icons/Lock.d.ts +3 -0
- package/dist/icons/Notifications.d.ts +3 -0
- package/dist/icons/Person.d.ts +3 -0
- package/dist/icons/Printer.d.ts +3 -0
- package/dist/icons/index.d.ts +11 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -6
- package/dist/index.js.map +1 -1
- package/package.json +14 -2
package/README.md
CHANGED
|
@@ -66,46 +66,96 @@ interface IconDefinition {
|
|
|
66
66
|
|
|
67
67
|
All icons are Adwaita symbolic icons — monochrome, `currentColor`-based, 16 × 16 viewBox.
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
|
72
|
-
|
|
73
|
-
| `
|
|
74
|
-
| `
|
|
75
|
-
| `
|
|
76
|
-
| `
|
|
77
|
-
| `
|
|
78
|
-
| `
|
|
79
|
-
| `
|
|
80
|
-
| `
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
|
85
|
-
|
|
86
|
-
| `
|
|
87
|
-
| `
|
|
88
|
-
| `
|
|
89
|
-
| `
|
|
90
|
-
| `
|
|
91
|
-
| `
|
|
92
|
-
| `
|
|
93
|
-
| `
|
|
94
|
-
| `
|
|
95
|
-
| `
|
|
96
|
-
| `
|
|
97
|
-
| `
|
|
98
|
-
| `
|
|
99
|
-
| `
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
|
106
|
-
|
|
107
|
-
| `
|
|
108
|
-
| `
|
|
69
|
+
### Navigation
|
|
70
|
+
|
|
71
|
+
| Export | Symbolic name |
|
|
72
|
+
|--------|--------------|
|
|
73
|
+
| `GoPrevious` | `go-previous-symbolic` |
|
|
74
|
+
| `GoNext` | `go-next-symbolic` |
|
|
75
|
+
| `GoHome` | `go-home-symbolic` |
|
|
76
|
+
| `GoUp` | `go-up-symbolic` |
|
|
77
|
+
| `PanDown` | `pan-down-symbolic` |
|
|
78
|
+
| `PanUp` | `pan-up-symbolic` |
|
|
79
|
+
| `PanStart` | `pan-start-symbolic` |
|
|
80
|
+
| `PanEnd` | `pan-end-symbolic` |
|
|
81
|
+
|
|
82
|
+
### Actions
|
|
83
|
+
|
|
84
|
+
| Export | Symbolic name |
|
|
85
|
+
|--------|--------------|
|
|
86
|
+
| `Add` | `list-add-symbolic` |
|
|
87
|
+
| `Remove` | `list-remove-symbolic` |
|
|
88
|
+
| `Delete` | `edit-delete-symbolic` |
|
|
89
|
+
| `Edit` | `document-edit-symbolic` |
|
|
90
|
+
| `Copy` | `edit-copy-symbolic` |
|
|
91
|
+
| `Paste` | `edit-paste-symbolic` |
|
|
92
|
+
| `Cut` | `edit-cut-symbolic` |
|
|
93
|
+
| `Undo` | `edit-undo-symbolic` |
|
|
94
|
+
| `Redo` | `edit-redo-symbolic` |
|
|
95
|
+
| `Save` | `document-save-symbolic` |
|
|
96
|
+
| `DocumentOpen` | `document-open-symbolic` |
|
|
97
|
+
| `Close` | `window-close-symbolic` |
|
|
98
|
+
| `Search` | `system-search-symbolic` |
|
|
99
|
+
| `Refresh` | `view-refresh-symbolic` |
|
|
100
|
+
| `Share` | `emblem-shared-symbolic` |
|
|
101
|
+
| `Attachment` | `mail-attachment-symbolic` |
|
|
102
|
+
|
|
103
|
+
### UI
|
|
104
|
+
|
|
105
|
+
| Export | Symbolic name |
|
|
106
|
+
|--------|--------------|
|
|
107
|
+
| `OpenMenu` | `open-menu-symbolic` |
|
|
108
|
+
| `ViewMore` | `view-more-symbolic` |
|
|
109
|
+
| `ViewSidebar` | `sidebar-show-symbolic` |
|
|
110
|
+
| `ViewReveal` | `view-reveal-symbolic` |
|
|
111
|
+
| `ViewConceal` | `view-conceal-symbolic` |
|
|
112
|
+
| `Settings` | `preferences-system-symbolic` |
|
|
113
|
+
|
|
114
|
+
### Status
|
|
115
|
+
|
|
116
|
+
| Export | Symbolic name |
|
|
117
|
+
|--------|--------------|
|
|
118
|
+
| `Information` | `dialog-information-symbolic` |
|
|
119
|
+
| `Warning` | `dialog-warning-symbolic` |
|
|
120
|
+
| `Error` | `dialog-error-symbolic` |
|
|
121
|
+
| `Check` | `object-select-symbolic` |
|
|
122
|
+
|
|
123
|
+
### People & Identity
|
|
124
|
+
|
|
125
|
+
| Export | Symbolic name |
|
|
126
|
+
|--------|--------------|
|
|
127
|
+
| `Person` | `system-users-symbolic` |
|
|
128
|
+
| `Accessibility` | `preferences-desktop-accessibility-symbolic` |
|
|
129
|
+
|
|
130
|
+
### System & Hardware
|
|
131
|
+
|
|
132
|
+
| Export | Symbolic name |
|
|
133
|
+
|--------|--------------|
|
|
134
|
+
| `Applications` | `view-app-grid-symbolic` |
|
|
135
|
+
| `Notifications` | `notifications-symbolic` |
|
|
136
|
+
| `InputMouse` | `input-mouse-symbolic` |
|
|
137
|
+
| `InputKeyboard` | `input-keyboard-symbolic` |
|
|
138
|
+
| `InputTablet` | `input-tablet-symbolic` |
|
|
139
|
+
| `ColorManagement` | `preferences-color-symbolic` |
|
|
140
|
+
| `Printer` | `printer-symbolic` |
|
|
141
|
+
| `Lock` | `changes-prevent-symbolic` |
|
|
142
|
+
|
|
143
|
+
### Misc
|
|
144
|
+
|
|
145
|
+
| Export | Symbolic name |
|
|
146
|
+
|--------|--------------|
|
|
147
|
+
| `Star` | `starred-symbolic` |
|
|
148
|
+
| `StarOutline` | `non-starred-symbolic` |
|
|
149
|
+
| `Heart` | `emblem-favorite-symbolic` |
|
|
150
|
+
|
|
151
|
+
### Media
|
|
152
|
+
|
|
153
|
+
| Export | Symbolic name |
|
|
154
|
+
|--------|--------------|
|
|
155
|
+
| `MediaPlay` | `media-playback-start-symbolic` |
|
|
156
|
+
| `MediaPause` | `media-playback-pause-symbolic` |
|
|
157
|
+
| `MediaSkipForward` | `media-skip-forward-symbolic` |
|
|
158
|
+
| `MediaSkipBackward` | `media-skip-backward-symbolic` |
|
|
109
159
|
|
|
110
160
|
## License
|
|
111
161
|
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
interface GalleryProps {
|
|
3
|
+
size: number;
|
|
4
|
+
color: string;
|
|
5
|
+
filter: string;
|
|
6
|
+
}
|
|
7
|
+
declare function Gallery({ size, color, filter }: GalleryProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare const meta: {
|
|
9
|
+
title: string;
|
|
10
|
+
component: typeof Gallery;
|
|
11
|
+
parameters: {
|
|
12
|
+
layout: string;
|
|
13
|
+
docs: {
|
|
14
|
+
description: {
|
|
15
|
+
component: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
size: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "range";
|
|
23
|
+
min: number;
|
|
24
|
+
max: number;
|
|
25
|
+
step: number;
|
|
26
|
+
};
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
color: {
|
|
30
|
+
control: "color";
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
filter: {
|
|
34
|
+
control: "text";
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
args: {
|
|
39
|
+
size: number;
|
|
40
|
+
color: string;
|
|
41
|
+
filter: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export default meta;
|
|
45
|
+
type Story = StoryObj<typeof meta>;
|
|
46
|
+
export declare const AllIcons: Story;
|
|
47
|
+
export declare const LargeSize: Story;
|
|
48
|
+
export declare const DarkBackground: Story;
|
|
49
|
+
export declare const NavigationIcons: Story;
|
|
50
|
+
export declare const ActionIcons: Story;
|
|
51
|
+
export declare const StatusIcons: Story;
|
|
52
|
+
export declare const MediaIcons: Story;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -32,8 +32,19 @@ export { Information } from './Information.ts';
|
|
|
32
32
|
export { Warning } from './Warning.ts';
|
|
33
33
|
export { Error } from './Error.ts';
|
|
34
34
|
export { Check } from './Check.ts';
|
|
35
|
+
export { Person } from './Person.ts';
|
|
36
|
+
export { Accessibility } from './Accessibility.ts';
|
|
37
|
+
export { Applications } from './Applications.ts';
|
|
38
|
+
export { Notifications } from './Notifications.ts';
|
|
39
|
+
export { InputMouse } from './InputMouse.ts';
|
|
40
|
+
export { InputKeyboard } from './InputKeyboard.ts';
|
|
41
|
+
export { InputTablet } from './InputTablet.ts';
|
|
42
|
+
export { ColorManagement } from './ColorManagement.ts';
|
|
43
|
+
export { Printer } from './Printer.ts';
|
|
44
|
+
export { Lock } from './Lock.ts';
|
|
35
45
|
export { Star } from './Star.ts';
|
|
36
46
|
export { StarOutline } from './StarOutline.ts';
|
|
47
|
+
export { Heart } from './Heart.ts';
|
|
37
48
|
export { MediaPlay } from './MediaPlay.ts';
|
|
38
49
|
export { MediaPause } from './MediaPause.ts';
|
|
39
50
|
export { MediaSkipForward } from './MediaSkipForward.ts';
|
package/dist/index.cjs
CHANGED
|
@@ -1,2 +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`}]},
|
|
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 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM2 14c0-3.314 2.686-5 6-5s6 1.686 6 5z`,fillRule:`evenodd`}]},F={viewBox:`0 0 16 16`,paths:[{d:`M8 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM3.5 5.5C5 6.2 6.5 6.5 8 6.5s3-.3 4.5-1l-.5 1.5-4 .5-4-.5z`},{d:`M5.5 7.5 4 13l2.5-1.5L8 14l1.5-2.5L12 13l-1.5-5.5`}]},I={viewBox:`0 0 16 16`,paths:[{d:`M1 1h6v6H1zm8 0h6v6H9zM1 9h6v6H1zm8 0h6v6H9z`}]},L={viewBox:`0 0 16 16`,paths:[{d:`M8 1a5 5 0 0 0-5 5v3L1.5 11.5h13L13 9V6a5 5 0 0 0-5-5zm-1.5 12a1.5 1.5 0 0 0 3 0z`}]},R={viewBox:`0 0 16 16`,paths:[{d:`M8 1a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V6a5 5 0 0 0-5-5zm-1 1.1V7H4.05A4 4 0 0 1 7 2.1zM9 2.1A4 4 0 0 1 11.95 7H9V2.1z`}]},z={viewBox:`0 0 16 16`,paths:[{d:`M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v7A1.5 1.5 0 0 1 13.5 13h-11A1.5 1.5 0 0 1 1 11.5v-7zM3 6h2v2H3zm3.5 0h2v2h-2zm3.5 0h2v2h-2zM5 9h6v2H5z`}]},B={viewBox:`0 0 16 16`,paths:[{d:`M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5zm5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z`}]},V={viewBox:`0 0 16 16`,paths:[{d:`M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM4 7a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm5.5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM6.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z`}]},H={viewBox:`0 0 16 16`,paths:[{d:`M4 1h8v4H4zM2 6.5A1.5 1.5 0 0 1 3.5 5h9A1.5 1.5 0 0 1 14 6.5v4a1.5 1.5 0 0 1-1.5 1.5H12v-2H4v2H2.5A1.5 1.5 0 0 1 2 10.5zM4 11h8v4H4z`}]},U={viewBox:`0 0 16 16`,paths:[{d:`M8 1a3 3 0 0 0-3 3v2H3.5A1.5 1.5 0 0 0 2 7.5v7A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 6H11V4a3 3 0 0 0-3-3zm0 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z`}]},W={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`}]},G={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`}]},K={viewBox:`0 0 16 16`,paths:[{d:`M8 13.5S2 9.5 2 5.5a3.5 3.5 0 0 1 6-2.45A3.5 3.5 0 0 1 14 5.5c0 4-6 8-6 8z`}]},q={viewBox:`0 0 16 16`,paths:[{d:`M4 2v12l10-6z`,fillRule:`evenodd`}]},J={viewBox:`0 0 16 16`,paths:[{d:`M3 2h3v12H3zm7 0h3v12h-3z`}]},Y={viewBox:`0 0 16 16`,paths:[{d:`M3 2v12l8-6-8-6zm8 0h2v12h-2z`}]},X={viewBox:`0 0 16 16`,paths:[{d:`M13 2v12l-8-6 8-6zm-8 0H3v12h2z`}]};exports.Accessibility=F,exports.Add=c,exports.Applications=I,exports.Attachment=C,exports.Check=N,exports.Close=y,exports.ColorManagement=V,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.Heart=K,exports.Information=A,exports.InputKeyboard=z,exports.InputMouse=R,exports.InputTablet=B,exports.Lock=U,exports.MediaPause=J,exports.MediaPlay=q,exports.MediaSkipBackward=X,exports.MediaSkipForward=Y,exports.Notifications=L,exports.OpenMenu=w,exports.PanDown=i,exports.PanEnd=s,exports.PanStart=o,exports.PanUp=a,exports.Paste=p,exports.Person=P,exports.Printer=H,exports.Redo=g,exports.Refresh=x,exports.Remove=l,exports.Save=_,exports.Search=b,exports.Settings=k,exports.Share=S,exports.Star=W,exports.StarOutline=G,exports.Undo=h,exports.ViewConceal=O,exports.ViewMore=T,exports.ViewReveal=D,exports.ViewSidebar=E,exports.Warning=j;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +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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"}
|
|
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/Person.ts","../src/icons/Accessibility.ts","../src/icons/Applications.ts","../src/icons/Notifications.ts","../src/icons/InputMouse.ts","../src/icons/InputKeyboard.ts","../src/icons/InputTablet.ts","../src/icons/ColorManagement.ts","../src/icons/Printer.ts","../src/icons/Lock.ts","../src/icons/Star.ts","../src/icons/StarOutline.ts","../src/icons/Heart.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/** system-users-symbolic */\nexport const Person: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM2 14c0-3.314 2.686-5 6-5s6 1.686 6 5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** preferences-desktop-accessibility-symbolic */\nexport const Accessibility: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n { d: \"M8 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM3.5 5.5C5 6.2 6.5 6.5 8 6.5s3-.3 4.5-1l-.5 1.5-4 .5-4-.5z\" },\n { d: \"M5.5 7.5 4 13l2.5-1.5L8 14l1.5-2.5L12 13l-1.5-5.5\" },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-app-grid-symbolic */\nexport const Applications: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 1h6v6H1zm8 0h6v6H9zM1 9h6v6H1zm8 0h6v6H9z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** notifications-symbolic */\nexport const Notifications: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a5 5 0 0 0-5 5v3L1.5 11.5h13L13 9V6a5 5 0 0 0-5-5zm-1.5 12a1.5 1.5 0 0 0 3 0z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-mouse-symbolic */\nexport const InputMouse: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V6a5 5 0 0 0-5-5zm-1 1.1V7H4.05A4 4 0 0 1 7 2.1zM9 2.1A4 4 0 0 1 11.95 7H9V2.1z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-keyboard-symbolic */\nexport const InputKeyboard: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v7A1.5 1.5 0 0 1 13.5 13h-11A1.5 1.5 0 0 1 1 11.5v-7zM3 6h2v2H3zm3.5 0h2v2h-2zm3.5 0h2v2h-2zM5 9h6v2H5z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-tablet-symbolic */\nexport const InputTablet: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5zm5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** preferences-color-symbolic */\nexport const ColorManagement: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM4 7a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm5.5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM6.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** printer-symbolic */\nexport const Printer: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 1h8v4H4zM2 6.5A1.5 1.5 0 0 1 3.5 5h9A1.5 1.5 0 0 1 14 6.5v4a1.5 1.5 0 0 1-1.5 1.5H12v-2H4v2H2.5A1.5 1.5 0 0 1 2 10.5zM4 11h8v4H4z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** changes-prevent-symbolic / lock */\nexport const Lock: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a3 3 0 0 0-3 3v2H3.5A1.5 1.5 0 0 0 2 7.5v7A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 6H11V4a3 3 0 0 0-3-3zm0 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\" }],\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/** emblem-favorite-symbolic / heart */\nexport const Heart: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 13.5S2 9.5 2 5.5a3.5 3.5 0 0 1 6-2.45A3.5 3.5 0 0 1 14 5.5c0 4-6 8-6 8z\" }],\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.js
CHANGED
|
@@ -197,32 +197,68 @@ var e = {
|
|
|
197
197
|
}, P = {
|
|
198
198
|
viewBox: "0 0 16 16",
|
|
199
199
|
paths: [{
|
|
200
|
-
d: "M8 1
|
|
200
|
+
d: "M8 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM2 14c0-3.314 2.686-5 6-5s6 1.686 6 5z",
|
|
201
201
|
fillRule: "evenodd"
|
|
202
202
|
}]
|
|
203
203
|
}, F = {
|
|
204
|
+
viewBox: "0 0 16 16",
|
|
205
|
+
paths: [{ d: "M8 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM3.5 5.5C5 6.2 6.5 6.5 8 6.5s3-.3 4.5-1l-.5 1.5-4 .5-4-.5z" }, { d: "M5.5 7.5 4 13l2.5-1.5L8 14l1.5-2.5L12 13l-1.5-5.5" }]
|
|
206
|
+
}, I = {
|
|
207
|
+
viewBox: "0 0 16 16",
|
|
208
|
+
paths: [{ d: "M1 1h6v6H1zm8 0h6v6H9zM1 9h6v6H1zm8 0h6v6H9z" }]
|
|
209
|
+
}, L = {
|
|
210
|
+
viewBox: "0 0 16 16",
|
|
211
|
+
paths: [{ d: "M8 1a5 5 0 0 0-5 5v3L1.5 11.5h13L13 9V6a5 5 0 0 0-5-5zm-1.5 12a1.5 1.5 0 0 0 3 0z" }]
|
|
212
|
+
}, R = {
|
|
213
|
+
viewBox: "0 0 16 16",
|
|
214
|
+
paths: [{ d: "M8 1a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V6a5 5 0 0 0-5-5zm-1 1.1V7H4.05A4 4 0 0 1 7 2.1zM9 2.1A4 4 0 0 1 11.95 7H9V2.1z" }]
|
|
215
|
+
}, z = {
|
|
216
|
+
viewBox: "0 0 16 16",
|
|
217
|
+
paths: [{ d: "M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v7A1.5 1.5 0 0 1 13.5 13h-11A1.5 1.5 0 0 1 1 11.5v-7zM3 6h2v2H3zm3.5 0h2v2h-2zm3.5 0h2v2h-2zM5 9h6v2H5z" }]
|
|
218
|
+
}, B = {
|
|
219
|
+
viewBox: "0 0 16 16",
|
|
220
|
+
paths: [{ d: "M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5zm5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" }]
|
|
221
|
+
}, V = {
|
|
222
|
+
viewBox: "0 0 16 16",
|
|
223
|
+
paths: [{ d: "M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM4 7a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm5.5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM6.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z" }]
|
|
224
|
+
}, H = {
|
|
225
|
+
viewBox: "0 0 16 16",
|
|
226
|
+
paths: [{ d: "M4 1h8v4H4zM2 6.5A1.5 1.5 0 0 1 3.5 5h9A1.5 1.5 0 0 1 14 6.5v4a1.5 1.5 0 0 1-1.5 1.5H12v-2H4v2H2.5A1.5 1.5 0 0 1 2 10.5zM4 11h8v4H4z" }]
|
|
227
|
+
}, U = {
|
|
228
|
+
viewBox: "0 0 16 16",
|
|
229
|
+
paths: [{ d: "M8 1a3 3 0 0 0-3 3v2H3.5A1.5 1.5 0 0 0 2 7.5v7A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 6H11V4a3 3 0 0 0-3-3zm0 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z" }]
|
|
230
|
+
}, W = {
|
|
231
|
+
viewBox: "0 0 16 16",
|
|
232
|
+
paths: [{
|
|
233
|
+
d: "M8 1.5 9.8 6H15l-4.2 3 1.6 5L8 11l-4.4 3 1.6-5L1 6h5.2z",
|
|
234
|
+
fillRule: "evenodd"
|
|
235
|
+
}]
|
|
236
|
+
}, G = {
|
|
204
237
|
viewBox: "0 0 16 16",
|
|
205
238
|
paths: [{
|
|
206
239
|
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
240
|
fillRule: "evenodd"
|
|
208
241
|
}]
|
|
209
|
-
},
|
|
242
|
+
}, K = {
|
|
243
|
+
viewBox: "0 0 16 16",
|
|
244
|
+
paths: [{ d: "M8 13.5S2 9.5 2 5.5a3.5 3.5 0 0 1 6-2.45A3.5 3.5 0 0 1 14 5.5c0 4-6 8-6 8z" }]
|
|
245
|
+
}, q = {
|
|
210
246
|
viewBox: "0 0 16 16",
|
|
211
247
|
paths: [{
|
|
212
248
|
d: "M4 2v12l10-6z",
|
|
213
249
|
fillRule: "evenodd"
|
|
214
250
|
}]
|
|
215
|
-
},
|
|
251
|
+
}, J = {
|
|
216
252
|
viewBox: "0 0 16 16",
|
|
217
253
|
paths: [{ d: "M3 2h3v12H3zm7 0h3v12h-3z" }]
|
|
218
|
-
},
|
|
254
|
+
}, Y = {
|
|
219
255
|
viewBox: "0 0 16 16",
|
|
220
256
|
paths: [{ d: "M3 2v12l8-6-8-6zm8 0h2v12h-2z" }]
|
|
221
|
-
},
|
|
257
|
+
}, X = {
|
|
222
258
|
viewBox: "0 0 16 16",
|
|
223
259
|
paths: [{ d: "M13 2v12l-8-6 8-6zm-8 0H3v12h2z" }]
|
|
224
260
|
};
|
|
225
261
|
//#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,
|
|
262
|
+
export { F as Accessibility, c as Add, I as Applications, C as Attachment, N as Check, y as Close, V as ColorManagement, 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, K as Heart, A as Information, z as InputKeyboard, R as InputMouse, B as InputTablet, U as Lock, J as MediaPause, q as MediaPlay, X as MediaSkipBackward, Y as MediaSkipForward, L as Notifications, w as OpenMenu, i as PanDown, s as PanEnd, o as PanStart, a as PanUp, p as Paste, P as Person, H as Printer, g as Redo, x as Refresh, l as Remove, _ as Save, b as Search, k as Settings, S as Share, W as Star, G as StarOutline, h as Undo, O as ViewConceal, T as ViewMore, D as ViewReveal, E as ViewSidebar, j as Warning };
|
|
227
263
|
|
|
228
264
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +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":"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"}
|
|
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/Person.ts","../src/icons/Accessibility.ts","../src/icons/Applications.ts","../src/icons/Notifications.ts","../src/icons/InputMouse.ts","../src/icons/InputKeyboard.ts","../src/icons/InputTablet.ts","../src/icons/ColorManagement.ts","../src/icons/Printer.ts","../src/icons/Lock.ts","../src/icons/Star.ts","../src/icons/StarOutline.ts","../src/icons/Heart.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/** system-users-symbolic */\nexport const Person: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM2 14c0-3.314 2.686-5 6-5s6 1.686 6 5z\", fillRule: \"evenodd\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** preferences-desktop-accessibility-symbolic */\nexport const Accessibility: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [\n { d: \"M8 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM3.5 5.5C5 6.2 6.5 6.5 8 6.5s3-.3 4.5-1l-.5 1.5-4 .5-4-.5z\" },\n { d: \"M5.5 7.5 4 13l2.5-1.5L8 14l1.5-2.5L12 13l-1.5-5.5\" },\n ],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** view-app-grid-symbolic */\nexport const Applications: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 1h6v6H1zm8 0h6v6H9zM1 9h6v6H1zm8 0h6v6H9z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** notifications-symbolic */\nexport const Notifications: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a5 5 0 0 0-5 5v3L1.5 11.5h13L13 9V6a5 5 0 0 0-5-5zm-1.5 12a1.5 1.5 0 0 0 3 0z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-mouse-symbolic */\nexport const InputMouse: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V6a5 5 0 0 0-5-5zm-1 1.1V7H4.05A4 4 0 0 1 7 2.1zM9 2.1A4 4 0 0 1 11.95 7H9V2.1z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-keyboard-symbolic */\nexport const InputKeyboard: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v7A1.5 1.5 0 0 1 13.5 13h-11A1.5 1.5 0 0 1 1 11.5v-7zM3 6h2v2H3zm3.5 0h2v2h-2zm3.5 0h2v2h-2zM5 9h6v2H5z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** input-tablet-symbolic */\nexport const InputTablet: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5zm5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** preferences-color-symbolic */\nexport const ColorManagement: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM4 7a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm5.5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM6.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** printer-symbolic */\nexport const Printer: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M4 1h8v4H4zM2 6.5A1.5 1.5 0 0 1 3.5 5h9A1.5 1.5 0 0 1 14 6.5v4a1.5 1.5 0 0 1-1.5 1.5H12v-2H4v2H2.5A1.5 1.5 0 0 1 2 10.5zM4 11h8v4H4z\" }],\n};\n","import type { IconDefinition } from \"../types.ts\";\n\n/** changes-prevent-symbolic / lock */\nexport const Lock: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 1a3 3 0 0 0-3 3v2H3.5A1.5 1.5 0 0 0 2 7.5v7A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 6H11V4a3 3 0 0 0-3-3zm0 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\" }],\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/** emblem-favorite-symbolic / heart */\nexport const Heart: IconDefinition = {\n viewBox: \"0 0 16 16\",\n paths: [{ d: \"M8 13.5S2 9.5 2 5.5a3.5 3.5 0 0 1 6-2.45A3.5 3.5 0 0 1 14 5.5c0 4-6 8-6 8z\" }],\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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnome-ui/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Adwaita symbolic icon definitions (framework-agnostic SVG path data)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -18,12 +18,24 @@
|
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsc && vite build",
|
|
21
|
-
"typecheck": "tsc --noEmit"
|
|
21
|
+
"typecheck": "tsc --noEmit",
|
|
22
|
+
"storybook": "storybook dev -p 6008",
|
|
23
|
+
"build-storybook": "storybook build"
|
|
22
24
|
},
|
|
23
25
|
"publishConfig": {
|
|
24
26
|
"access": "public"
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
29
|
+
"@storybook/addon-a11y": "^10.3.3",
|
|
30
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
31
|
+
"@storybook/react": "^10.3.3",
|
|
32
|
+
"@storybook/react-vite": "^10.3.3",
|
|
33
|
+
"@types/react": "^19.0.0",
|
|
34
|
+
"@types/react-dom": "^19.0.0",
|
|
35
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
36
|
+
"react": "^19.0.0",
|
|
37
|
+
"react-dom": "^19.0.0",
|
|
38
|
+
"storybook": "^10.3.3",
|
|
27
39
|
"vite": "^8.0.3",
|
|
28
40
|
"vite-plugin-dts": "^4.5.4"
|
|
29
41
|
}
|