@liner-fe/icon 0.0.5 → 0.0.7
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/CHANGELOG.md +13 -0
- package/assets/ai/index.tsx +8 -8
- package/assets/airplane/index.tsx +4 -4
- package/assets/android/index.tsx +4 -4
- package/assets/arrow-back/index.tsx +4 -4
- package/assets/arrow-backward/index.tsx +4 -4
- package/assets/arrow-down/index.tsx +4 -4
- package/assets/arrow-downward/index.tsx +4 -4
- package/assets/arrow-drop-right/index.tsx +4 -4
- package/assets/arrow-forward/index.tsx +4 -4
- package/assets/arrow-left/index.tsx +4 -4
- package/assets/arrow-right/index.tsx +3 -3
- package/assets/arrow-up/index.tsx +3 -3
- package/assets/arrow-up-down/index.tsx +8 -8
- package/assets/arrow-up-right/index.tsx +4 -4
- package/assets/arrow-upward/index.tsx +4 -4
- package/assets/balance/index.tsx +12 -12
- package/assets/bell/index.tsx +8 -8
- package/assets/bolt/index.tsx +4 -4
- package/assets/bookmark-cancel/index.tsx +6 -6
- package/assets/books/index.tsx +12 -12
- package/assets/brain/index.tsx +2 -2
- package/assets/car/index.tsx +4 -4
- package/assets/chart-line-uptrend/index.tsx +0 -7
- package/assets/check-mark/index.tsx +2 -2
- package/assets/check-mark-fill/index.tsx +4 -4
- package/assets/close/index.tsx +2 -2
- package/assets/close-fill/index.tsx +4 -4
- package/assets/color-docx/index.tsx +52 -0
- package/assets/color-facebook/index.tsx +32 -0
- package/assets/color-fire/index.tsx +36 -0
- package/assets/color-google/index.tsx +44 -0
- package/assets/color-liner/index.tsx +32 -0
- package/assets/color-liner-variation/index.tsx +60 -0
- package/assets/color-pdf/index.tsx +48 -0
- package/assets/color-txt/index.tsx +48 -0
- package/assets/dark-mode/index.tsx +4 -4
- package/assets/double-arrow-backward/index.tsx +8 -8
- package/assets/{lds-pri-icon-s-double-arrow-forward → double-arrow-forward}/index.tsx +2 -2
- package/assets/drop-down/index.tsx +3 -3
- package/assets/drop-up/index.tsx +4 -4
- package/assets/end/index.tsx +4 -4
- package/assets/essay/index.tsx +7 -7
- package/assets/extend/index.tsx +4 -4
- package/assets/folder-open/index.tsx +0 -14
- package/assets/folder-open-share/index.tsx +3 -3
- package/assets/google-export/index.tsx +12 -12
- package/assets/graduationcap/index.tsx +3 -3
- package/assets/hide-all/index.tsx +4 -84
- package/assets/highlight-edit/index.tsx +8 -8
- package/assets/highlighter/index.tsx +4 -4
- package/assets/home/index.tsx +4 -4
- package/assets/liner/index.tsx +4 -4
- package/assets/link/index.tsx +2 -2
- package/assets/literature-review/index.tsx +4 -4
- package/assets/magic-wand/index.tsx +16 -16
- package/assets/make-easy/index.tsx +20 -20
- package/assets/members/index.tsx +2 -2
- package/assets/minus/index.tsx +1 -9
- package/assets/new-chrome-extension/index.tsx +4 -4
- package/assets/paperclip/index.tsx +4 -11
- package/assets/pencil/index.tsx +5 -5
- package/assets/plus/index.tsx +2 -2
- package/assets/question-box/index.tsx +8 -8
- package/assets/restaurant/index.tsx +3 -3
- package/assets/retry/index.tsx +4 -4
- package/assets/rocket/index.tsx +8 -8
- package/assets/search/index.tsx +4 -4
- package/assets/send/index.tsx +4 -4
- package/assets/setting/index.tsx +8 -8
- package/assets/shield/index.tsx +4 -18
- package/assets/shorten/index.tsx +8 -8
- package/assets/sign-out/index.tsx +8 -8
- package/assets/source/index.tsx +16 -16
- package/assets/spinner/index.tsx +8 -8
- package/assets/stack/index.tsx +9 -9
- package/assets/step/index.tsx +8 -8
- package/assets/summarize/index.tsx +2 -1
- package/assets/thumb-down/index.tsx +6 -6
- package/assets/verification-badge/index.tsx +3 -3
- package/assets/visibility-off/index.tsx +5 -5
- package/index.tsx +41 -25
- package/package.json +1 -1
package/index.tsx
CHANGED
|
@@ -12,11 +12,22 @@ import { ArrowUp } from './assets/arrow-up';
|
|
|
12
12
|
import { ArrowDown } from './assets/arrow-down';
|
|
13
13
|
import { ArrowLeft } from './assets/arrow-left';
|
|
14
14
|
import { ArrowRight } from './assets/arrow-right';
|
|
15
|
+
import { Move } from './assets/move';
|
|
16
|
+
import { ArrowTurn } from './assets/arrow-turn';
|
|
17
|
+
import { Start } from './assets/start';
|
|
18
|
+
import { End } from './assets/end';
|
|
19
|
+
import { Extend } from './assets/extend';
|
|
20
|
+
import { Shorten } from './assets/shorten';
|
|
21
|
+
import { More } from './assets/more';
|
|
22
|
+
import { CheckMark } from './assets/check-mark';
|
|
23
|
+
import { CheckMarkFill } from './assets/check-mark-fill';
|
|
24
|
+
import { Exclamationmark } from './assets/exclamationmark';
|
|
15
25
|
import { ExclamationmarkFill } from './assets/exclamationmark-fill';
|
|
26
|
+
import { Plus } from './assets/plus';
|
|
16
27
|
import { Minus } from './assets/minus';
|
|
17
28
|
import { Close } from './assets/close';
|
|
18
29
|
import { CloseFill } from './assets/close-fill';
|
|
19
|
-
import {
|
|
30
|
+
import { DoubleArrowForward } from './assets/double-arrow-forward';
|
|
20
31
|
import { DoubleArrowBackward } from './assets/double-arrow-backward';
|
|
21
32
|
import { ArrowUpRight } from './assets/arrow-up-right';
|
|
22
33
|
import { ArrowDownLeft } from './assets/arrow-down-left';
|
|
@@ -163,18 +174,15 @@ import { Stop } from './assets/stop';
|
|
|
163
174
|
import { Microscope } from './assets/microscope';
|
|
164
175
|
import { LiteratureReview } from './assets/literature-review';
|
|
165
176
|
import { ExpandClose } from './assets/expand-close';
|
|
166
|
-
import { Move } from './assets/move';
|
|
167
|
-
import { ArrowTurn } from './assets/arrow-turn';
|
|
168
|
-
import { Start } from './assets/start';
|
|
169
|
-
import { End } from './assets/end';
|
|
170
|
-
import { Extend } from './assets/extend';
|
|
171
|
-
import { Shorten } from './assets/shorten';
|
|
172
|
-
import { More } from './assets/more';
|
|
173
|
-
import { CheckMark } from './assets/check-mark';
|
|
174
|
-
import { CheckMarkFill } from './assets/check-mark-fill';
|
|
175
|
-
import { Exclamationmark } from './assets/exclamationmark';
|
|
176
|
-
import { Plus } from './assets/plus';
|
|
177
177
|
import { Restaurant } from './assets/restaurant';
|
|
178
|
+
import { ColorLiner } from './assets/color-liner';
|
|
179
|
+
import { ColorLinerVariation } from './assets/color-liner-variation';
|
|
180
|
+
import { ColorFacebook } from './assets/color-facebook';
|
|
181
|
+
import { ColorGoogle } from './assets/color-google';
|
|
182
|
+
import { ColorFire } from './assets/color-fire';
|
|
183
|
+
import { ColorTxt } from './assets/color-txt';
|
|
184
|
+
import { ColorPdf } from './assets/color-pdf';
|
|
185
|
+
import { ColorDocx } from './assets/color-docx';
|
|
178
186
|
|
|
179
187
|
const IconMap = {
|
|
180
188
|
"arrow-upward": ArrowUpward,
|
|
@@ -189,11 +197,22 @@ const IconMap = {
|
|
|
189
197
|
"arrow-down": ArrowDown,
|
|
190
198
|
"arrow-left": ArrowLeft,
|
|
191
199
|
"arrow-right": ArrowRight,
|
|
200
|
+
"move": Move,
|
|
201
|
+
"arrow-turn": ArrowTurn,
|
|
202
|
+
"start": Start,
|
|
203
|
+
"end": End,
|
|
204
|
+
"extend": Extend,
|
|
205
|
+
"shorten": Shorten,
|
|
206
|
+
"more": More,
|
|
207
|
+
"check-mark": CheckMark,
|
|
208
|
+
"check-mark-fill": CheckMarkFill,
|
|
209
|
+
"exclamationmark": Exclamationmark,
|
|
192
210
|
"exclamationmark-fill": ExclamationmarkFill,
|
|
211
|
+
"plus": Plus,
|
|
193
212
|
"minus": Minus,
|
|
194
213
|
"close": Close,
|
|
195
214
|
"close-fill": CloseFill,
|
|
196
|
-
"
|
|
215
|
+
"double-arrow-forward": DoubleArrowForward,
|
|
197
216
|
"double-arrow-backward": DoubleArrowBackward,
|
|
198
217
|
"arrow-up-right": ArrowUpRight,
|
|
199
218
|
"arrow-down-left": ArrowDownLeft,
|
|
@@ -340,18 +359,15 @@ const IconMap = {
|
|
|
340
359
|
"microscope": Microscope,
|
|
341
360
|
"literature-review": LiteratureReview,
|
|
342
361
|
"expand-close": ExpandClose,
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"exclamationmark": Exclamationmark,
|
|
353
|
-
"plus": Plus,
|
|
354
|
-
"restaurant": Restaurant
|
|
362
|
+
"restaurant": Restaurant,
|
|
363
|
+
"color-liner": ColorLiner,
|
|
364
|
+
"color-liner-variation": ColorLinerVariation,
|
|
365
|
+
"color-facebook": ColorFacebook,
|
|
366
|
+
"color-google": ColorGoogle,
|
|
367
|
+
"color-fire": ColorFire,
|
|
368
|
+
"color-txt": ColorTxt,
|
|
369
|
+
"color-pdf": ColorPdf,
|
|
370
|
+
"color-docx": ColorDocx
|
|
355
371
|
};
|
|
356
372
|
|
|
357
373
|
const iconSizeMap = {
|