@mirohq/design-system-icons 0.70.0 → 0.71.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/dist/main.js +415 -28
- package/dist/main.js.map +1 -1
- package/dist/module.js +410 -29
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +13 -1
- package/package.json +2 -2
- package/react/arrow-left-right-dotted.tsx +4 -4
- package/react/clustered.tsx +1 -1
- package/react/hand-filled.tsx +1 -1
- package/react/hand-raised-filled.tsx +37 -0
- package/react/highlighter-color-selection.tsx +96 -0
- package/react/highlighter-underline.tsx +2 -8
- package/react/index.ts +6 -0
- package/react/lightning.tsx +1 -1
- package/react/pen-color-selection.tsx +89 -0
- package/react/rectangle-portrait-dash-square-top-center.tsx +2 -2
- package/react/rectangle-portrait-dash-square-top-left.tsx +2 -2
- package/react/rectangle-portrait-dash.tsx +1 -1
- package/react/rectangle-portrait-square-top-left.tsx +5 -5
- package/react/sentiment.tsx +2 -2
- package/react/square-line-square-dashed.tsx +2 -2
- package/react/text-a-color-selection.tsx +84 -0
- package/react/text-a-horizontal.tsx +48 -0
- package/react/text-a-vertical.tsx +48 -0
- package/svg/24/arrow-left-right-dotted.svg +1 -1
- package/svg/24/clustered-new.svg +1 -1
- package/svg/24/hand-filled-new.svg +1 -1
- package/svg/24/hand-raised-filled.svg +2 -0
- package/svg/24/highlighter-color-selection-new.svg +2 -0
- package/svg/24/highlighter-color-selection.svg +2 -0
- package/svg/24/highlighter-underline-new.svg +1 -1
- package/svg/24/lightning-new.svg +1 -1
- package/svg/24/pen-color-selection-new.svg +2 -0
- package/svg/24/pen-color-selection.svg +2 -0
- package/svg/24/rectangle-portrait-dash-new.svg +1 -1
- package/svg/24/rectangle-portrait-dash-square-top-center-new.svg +1 -1
- package/svg/24/rectangle-portrait-dash-square-top-left-new.svg +1 -1
- package/svg/24/rectangle-portrait-square-top-left-new.svg +1 -1
- package/svg/24/sentiment-new.svg +1 -1
- package/svg/24/square-line-square-dashed-new.svg +1 -1
- package/svg/24/text-a-color-selection-new.svg +2 -0
- package/svg/24/text-a-color-selection.svg +2 -0
- package/svg/24/text-a-horizontal.svg +2 -0
- package/svg/24/text-a-vertical.svg +2 -0
- package/svg/meta.json +54 -30
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguageIcons } from '@mirohq/design-system-experiments'
|
|
9
|
+
|
|
10
|
+
import { StyledIcon } from '../src/icon'
|
|
11
|
+
import type { IconComponentType } from '../src/icon'
|
|
12
|
+
|
|
13
|
+
export const IconTextAColorSelectionNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='m6.077 15.6154-.3847.9231 1.8462.7692.3846-.9231-1.8462-.7692Zm5.923-11.6154.9231-.3846h-1.8462l.9231.3846Zm4.0769 12.3846.3846.9231 1.8462-.7692-.3846-.9231-1.8462.7692Zm-5-12 3.75 9 1.8462-.7692-3.75-9-1.8462.7692Zm3.75 9 1.25 3 1.8462-.7692-1.25-3-1.8462.7692Zm-6.9038 3 1.25-3-1.8462-.7692-1.25 3 1.8462.7692Zm1.25-3 3.75-9-1.8462-.7692-3.75 9 1.8462.7692Zm6.5769-1.3846h-7.5v2h7.5v-2Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
export const IconTextAColorSelectionOld: IconComponentType = forwardRef(
|
|
35
|
+
(props, forwardRef) => {
|
|
36
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
37
|
+
return createElement(
|
|
38
|
+
StyledIcon,
|
|
39
|
+
{
|
|
40
|
+
...props,
|
|
41
|
+
debug,
|
|
42
|
+
'aria-hidden': true,
|
|
43
|
+
viewBox: '0 0 24 24',
|
|
44
|
+
fill: 'none',
|
|
45
|
+
ref: forwardRef,
|
|
46
|
+
},
|
|
47
|
+
<path
|
|
48
|
+
stroke='currentColor'
|
|
49
|
+
strokeLinecap='round'
|
|
50
|
+
strokeLinejoin='round'
|
|
51
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
52
|
+
d='m7 16 1.25-3m8.75 3-1.25-3m0 0-3.75-9-3.75 9m7.5 0h-7.5'
|
|
53
|
+
/>,
|
|
54
|
+
<path
|
|
55
|
+
stroke='currentColor'
|
|
56
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
57
|
+
d='M12 13v.0001'
|
|
58
|
+
/>
|
|
59
|
+
)
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
export const IconTextAColorSelection: IconComponentType = forwardRef(
|
|
64
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
65
|
+
const [v1] = useNewDesignLanguageIcons()
|
|
66
|
+
return v1 ? (
|
|
67
|
+
<IconTextAColorSelectionNew
|
|
68
|
+
{...props}
|
|
69
|
+
size={size}
|
|
70
|
+
weight={weight}
|
|
71
|
+
ref={forwardRef}
|
|
72
|
+
/>
|
|
73
|
+
) : (
|
|
74
|
+
<IconTextAColorSelectionOld
|
|
75
|
+
{...props}
|
|
76
|
+
size={size}
|
|
77
|
+
weight={weight}
|
|
78
|
+
ref={forwardRef}
|
|
79
|
+
/>
|
|
80
|
+
)
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
|
|
84
|
+
IconTextAColorSelection[iconSymbol] = true
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconTextAHorizontal: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
size,
|
|
23
|
+
viewBox: '0 0 24 24',
|
|
24
|
+
fill: 'none',
|
|
25
|
+
ref: forwardRef,
|
|
26
|
+
},
|
|
27
|
+
<path
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
d='m7.0715 11.6286-.3714.9285 1.857.7428.3714-.9285-1.857-.7428Zm4.9285-9.6286.9285-.3714h-1.857l.9285.3714Zm3.0715 10.3714.3714.9285 1.857-.7428-.3714-.9285-1.857.7428Zm-4-10 3 7.5 1.857-.7428-3-7.5-1.857.7428Zm3 7.5 1 2.5 1.857-.7428-1-2.5-1.857.7428Zm-5.143 2.5 1-2.5-1.857-.7428-1 2.5 1.857.7428Zm1-2.5 3-7.5-1.857-.7428-3 7.5 1.857.7428Zm5.0715-1.3714h-6v2h6v-2Z'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeLinecap='square'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='M4 18h17'
|
|
36
|
+
/>,
|
|
37
|
+
<path
|
|
38
|
+
stroke='currentColor'
|
|
39
|
+
strokeLinecap='square'
|
|
40
|
+
strokeLinejoin='bevel'
|
|
41
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
42
|
+
d='m19 21 2.5-3-2.5-3'
|
|
43
|
+
/>
|
|
44
|
+
)
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
IconTextAHorizontal[iconSymbol] = true
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconTextAVertical: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
size,
|
|
23
|
+
viewBox: '0 0 24 24',
|
|
24
|
+
fill: 'none',
|
|
25
|
+
ref: forwardRef,
|
|
26
|
+
},
|
|
27
|
+
<path
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
d='m11.6286 18.9285.9285.3714.7428-1.857-.9285-.3714-.7428 1.857Zm-9.6286-4.9285-.3714-.9285v1.857l.3714-.9285Zm10.3714-3.0715.9285-.3714-.7428-1.857-.9285.3714.7428 1.857Zm-10 4 7.5-3-.7428-1.857-7.5 3 .7428 1.857Zm7.5-3 2.5-1-.7428-1.857-2.5 1 .7428 1.857Zm2.5 5.143-2.5-1-.7428 1.857 2.5 1 .7428-1.857Zm-2.5-1-7.5-3-.7428 1.857 7.5 3 .7428-1.857Zm-1.3714-5.0715v6h2v-6h-2Z'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeLinecap='square'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='M18 20v-16'
|
|
36
|
+
/>,
|
|
37
|
+
<path
|
|
38
|
+
stroke='currentColor'
|
|
39
|
+
strokeLinecap='square'
|
|
40
|
+
strokeLinejoin='bevel'
|
|
41
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
42
|
+
d='m21 6-3-2.5-3 2.5'
|
|
43
|
+
/>
|
|
44
|
+
)
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
IconTextAVertical[iconSymbol] = true
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m18 12 .
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m18.25 12 .7328.6805v-1.361l-.7328.6805Zm-.7328-.6805-3.25 3.5 1.4656 1.361 3.25-3.5-1.4656-1.361Zm1.4656 0-3.25-3.5-1.4656 1.361 3.25 3.5 1.4656-1.361Zm-5.9828 1.6805h2v-2h-2v2Zm2 0h3.25v-2h-3.25v2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m9 15.5-3.25-3.5 3.25-3.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11 12h-4.5" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/clustered-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="7" y="7" fill="currentColor" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="13" y="7" fill="currentColor" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="7" y="13" fill="currentColor" rx="1" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.857 3.5c0-.8284-.6076-1.5-1.3571-1.5-.7495 0-1.3571.6716-1.3571 1.5v7.5h-1.0239v-5.1875c0-.5-.1904-1.5-1.1904-1.5-1 0-1.5.6716-1.5 1.5v8.5499c-.9369-.686-2.0209-1.4959-2.4285-1.8624-.7757-.6973-2.0726-.6464-2.6026-.0607-.53.5858-.3974 1.5607 0 2.1214l4.6025 4.9393c1.4286 1.25 3.5 2.5 5.4075 2.5h1.3544c2.4514 0 3.3706-.5607 4.2381-1.25.4542-.3609 1.0803-.9807 1.55-1.75.8501-1.3926 1.2001-4 1.2001-5l-.0001-.0292v-5.9708c0-.8284-.6077-1.5-1.3572-1.5-.7495 0-1.1428.6716-1.1428 1.5v3h-.8939v-5.3103c0-.8284-.4647-1.5-1.2143-1.5-.7495 0-1.2857.6716-1.2857 1.5v5.3103h-.999v-7.5Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.1908 3.5c0-.8284.6076-1.5 1.3572-1.5.7495 0 1.3571.6716 1.3571 1.5v7.5h1.0238v-5.1875c0-.5.1905-1.5 1.1905-1.5 1 0 1.5.6716 1.5 1.5v8.5499c.9368-.686 2.0208-1.4959 2.4285-1.8624.7756-.6973 2.0726-.6464 2.6026-.0607.53.5858.3974 1.5607 0 2.1214l-4.6025 4.9393c-1.4286 1.25-3.5 2.5-5.4076 2.5h-1.3543c-2.4514 0-3.3706-.5607-4.2381-1.25-.4543-.3609-1.0804-.9807-1.55-1.75-.8502-1.3926-1.2002-4-1.2002-5l.0002-.0292v-5.9708c0-.8284.6076-1.5 1.3571-1.5.7496 0 1.1428.6716 1.1428 1.5v3h.894v-5.3103c0-.8284.4647-1.5 1.2142-1.5.7496 0 1.2857.6716 1.2857 1.5v5.3103h.999v-7.5Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m3.8909 17.0704-.6573-.6573.475 1.5688.1823-.9115Zm4.6479.9296-.1823.9115.8396-.2542-.6573-.6573Zm-1.8592-6.507-.646-.6684-.421.4069.1851.5554.8819-.2939Zm9.8204-9.493.6573-.6573-1.3034-.011.6461.6683Zm5.5 5.5.6514.6632.0059-1.3205-.6573.6573Zm-9.7429 9.5704-.294.8819.5396.1799.4058-.3986-.6514-.6632Zm-5.6928-2.6734-.6573-.6573.6573.6573Zm.4491-1.9026-.8818.294.8818-.294Zm-3.3048 5.4875 4.6479.9296.3646-1.823-4.648-.9296-.3645 1.823Zm.8396-.2542 2.6734-2.6734-1.3146-1.3146-2.6734 2.6734 1.3146 1.3146Zm3.3471-5.5272-.3338-1.0015-1.7638.5879.3339 1.0015 1.7637-.5879Zm-.5696-.0392 9.8204-9.493-1.2922-1.3367-9.8204 9.493 1.2922 1.3367Zm8.517-9.504 5.5 5.5 1.3146-1.3146-5.5-5.5-1.3146 1.3146Zm5.5059 4.1795-9.7429 9.5705 1.3028 1.3263 9.7429-9.5704-1.3028-1.3264Zm-8.7976 9.3517-1.0015-.3338-.5879 1.7638 1.0015.3338.5879-1.7638Zm-3.8553.3399-.8143.8143 1.3147 1.3146.8142-.8143-1.3146-1.3146Zm2.8538-.6737a2.7888 2.7888 0 0 0-2.8538.6737l1.3146 1.3146a.9297.9297 0 0 1 .9513-.2245l.5879-1.7638Zm-4.3279-.8004a2.7887 2.7887 0 0 0 .6737-2.8538l-1.7637.5879a.9297.9297 0 0 1-.2246.9513l1.3146 1.3146Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="1.859" d="m13 6 5 5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="2" x="3" y="20" fill="currentColor" rx=".5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 9.8571 3-2.8571-4.5-4.5-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M11 17h-2l-1 1h-4v-1l1-1 1-1 .5-2.5 2.75-2.75 2.75-2.75 1.5-1.5 4.5 4.3571-7 7.1429Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 21v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2.8389 21h18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2.8389 21h18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m3.8909 17.0704-.6573-.6573.475 1.5688.1823-.9115Zm4.6479.9296-.1823.9115.8396-.2542-.6573-.6573Zm-1.8592-6.507-.646-.6684-.421.4069.1851.5554.8819-.2939Zm9.8204-9.493.6573-.6573-1.3034-.011.6461.6683Zm5.5 5.5.6514.6632.0059-1.3205-.6573.6573Zm-9.7429 9.5704-.294.8819.5396.1799.4058-.3986-.6514-.6632Zm-5.6928-2.6734-.6573-.6573.6573.6573Zm.4491-1.9026-.8818.294.8818-.294Zm-3.3048 5.4875 4.6479.9296.3646-1.823-4.648-.9296-.3645 1.823Zm.8396-.2542 2.6734-2.6734-1.3146-1.3146-2.6734 2.6734 1.3146 1.3146Zm3.3471-5.5272-.3338-1.0015-1.7638.5879.3339 1.0015 1.7637-.5879Zm-.5696-.0392 9.8204-9.493-1.2922-1.3367-9.8204 9.493 1.2922 1.3367Zm8.517-9.504 5.5 5.5 1.3146-1.3146-5.5-5.5-1.3146 1.3146Zm5.5059 4.1795-9.7429 9.5705 1.3028 1.3263 9.7429-9.5704-1.3028-1.3264Zm-8.7976 9.3517-1.0015-.3338-.5879 1.7638 1.0015.3338.5879-1.7638Zm-3.8553.3399-.8143.8143 1.3147 1.3146.8142-.8143-1.3146-1.3146Zm2.8538-.6737a2.7888 2.7888 0 0 0-2.8538.6737l1.3146 1.3146a.9297.9297 0 0 1 .9513-.2245l.5879-1.7638Zm-4.3279-.8004a2.7887 2.7887 0 0 0 .6737-2.8538l-1.7637.5879a.9297.9297 0 0 1-.2246.9513l1.3146 1.3146Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="1.859" d="m13 6 5 5" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/lightning-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m4 15 8-14v8h8l-8.5 14v-8h-7.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m5 13-.7071-.7071-.2141.2141-.0594.2969.9806.1961Zm-1 5-.9806-.1961 1.1767 1.1767-.1961-.9806Zm5-1 .1961.9806.297-.0594.214-.2141-.7071-.7071Zm9.5858-12.4142-.7071.707.7071-.707Zm-1.1716-1.1716-.7071.7071.7071-.707Zm-3.5355-.707-9.5858 9.5857 1.4142 1.4142 9.5858-9.5858-1.4142-1.4142Zm-9.8593 10.0967-1 5 1.9612.3922 1-5-1.9612-.3922Zm.1767 6.1767 5-1-.3922-1.9612-5 1 .3922 1.9612Zm5.511-1.2735 9.5858-9.5858-1.4142-1.4142-9.5858 9.5858 1.4142 1.4142Zm9.5858-13.8284-1.1716-1.1716-1.4142 1.4142 1.1716 1.1716 1.4142-1.4142Zm0 4.2426c1.1716-1.1715 1.1716-3.071 0-4.2426l-1.4142 1.4142c.3905.3905.3905 1.0237 0 1.4142l1.4142 1.4142Zm-4-4c.3905-.3905 1.0237-.3905 1.4142 0l1.4142-1.4142c-1.1716-1.1716-3.071-1.1716-4.2426 0l1.4142 1.4142Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m12.5 5.5 4 4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13.8889 5.5556-7.5718 7.5718a2.0001 2.0001 0 0 0-.547 1.0219l-.6966 3.483c-.035.1749.1193.3291.2942.2942l3.483-.6966a2.0005 2.0005 0 0 0 1.022-.547l7.5717-7.5718m-3.5555-3.5555 2.1413-2.1414c.7811-.781 2.0474-.781 2.8285 0l.7271.7271c.781.781.781 2.0474 0 2.8285l-2.1414 2.1413m-3.5555-3.5555 3.5555 3.5555" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 15v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 2h8v8h-8v-8Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M3 6c0-1.6569 1.3431-3 3-3h5v7h-8v-4Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="18" x="3" y="3" stroke="currentColor" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M3 6c0-1.6569 1.3431-3 3-3h5v7h-8v-4Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/sentiment-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width=".667" d="M10.3333 6.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width=".667" d="M10.3333 6.3333h1.3334v1.3334h-1.3334v-1.3334ZM16.3333 12.3333h1.3334v1.3334h-1.3334v-1.3334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M15 9c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".667" d="M6.3333 6.3333h1.3334v1.3334h-1.3334v-1.3334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M11.7047 9.5c-.2351 1.2801-1.3566 2.25-2.7046 2.25s-2.4696-.9699-2.7047-2.25" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18 9.8027c1.7934 1.0374 3 2.9765 3 5.1973 0 3.3137-2.6862 6-6 6-2.2208 0-4.1598-1.2066-5.1973-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M12.2953 17.75c.2351-1.2801 1.3566-2.25 2.7046-2.25 1.3481 0 2.4696.9699 2.7047 2.25" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 5c0-1.1046.8954-2 2-2h8v10h-10v-8Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m6.077 15.6154-.3847.9231 1.8462.7692.3846-.9231-1.8462-.7692Zm5.923-11.6154.9231-.3846h-1.8462l.9231.3846Zm4.0769 12.3846.3846.9231 1.8462-.7692-.3846-.9231-1.8462.7692Zm-5-12 3.75 9 1.8462-.7692-3.75-9-1.8462.7692Zm3.75 9 1.25 3 1.8462-.7692-1.25-3-1.8462.7692Zm-6.9038 3 1.25-3-1.8462-.7692-1.25 3 1.8462.7692Zm1.25-3 3.75-9-1.8462-.7692-3.75 9 1.8462.7692Zm6.5769-1.3846h-7.5v2h7.5v-2Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 16 1.25-3m8.75 3-1.25-3m0 0-3.75-9-3.75 9m7.5 0h-7.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 13v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m7.0715 11.6286-.3714.9285 1.857.7428.3714-.9285-1.857-.7428Zm4.9285-9.6286.9285-.3714h-1.857l.9285.3714Zm3.0715 10.3714.3714.9285 1.857-.7428-.3714-.9285-1.857.7428Zm-4-10 3 7.5 1.857-.7428-3-7.5-1.857.7428Zm3 7.5 1 2.5 1.857-.7428-1-2.5-1.857.7428Zm-5.143 2.5 1-2.5-1.857-.7428-1 2.5 1.857.7428Zm1-2.5 3-7.5-1.857-.7428-3 7.5 1.857.7428Zm5.0715-1.3714h-6v2h6v-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 18h17" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m19 21 2.5-3-2.5-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11.6286 18.9285.9285.3714.7428-1.857-.9285-.3714-.7428 1.857Zm-9.6286-4.9285-.3714-.9285v1.857l.3714-.9285Zm10.3714-3.0715.9285-.3714-.7428-1.857-.9285.3714.7428 1.857Zm-10 4 7.5-3-.7428-1.857-7.5 3 .7428 1.857Zm7.5-3 2.5-1-.7428-1.857-2.5 1 .7428 1.857Zm2.5 5.143-2.5-1-.7428 1.857 2.5 1 .7428-1.857Zm-2.5-1-7.5-3-.7428 1.857 7.5 3 .7428-1.857Zm-1.3714-5.0715v6h2v-6h-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M18 20v-16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m21 6-3-2.5-3 2.5" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
+
"rectangles-two-lines-four": {
|
|
3
|
+
"tags": [
|
|
4
|
+
"rectangles two lines four",
|
|
5
|
+
"rectangles",
|
|
6
|
+
"lines",
|
|
7
|
+
"two",
|
|
8
|
+
"four",
|
|
9
|
+
"2",
|
|
10
|
+
"4",
|
|
11
|
+
"list",
|
|
12
|
+
"cards"
|
|
13
|
+
],
|
|
14
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:778&m=dev"
|
|
15
|
+
},
|
|
16
|
+
"magnifying-glass-lightning": {
|
|
17
|
+
"tags": [
|
|
18
|
+
"magnifying glass lightning",
|
|
19
|
+
"magnifying",
|
|
20
|
+
"glass",
|
|
21
|
+
"lightning",
|
|
22
|
+
"command palette",
|
|
23
|
+
"command",
|
|
24
|
+
"palette"
|
|
25
|
+
],
|
|
26
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=3866:343&m=dev"
|
|
27
|
+
},
|
|
28
|
+
"badge": {
|
|
29
|
+
"tags": ["badge"],
|
|
30
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:328&m=dev"
|
|
31
|
+
},
|
|
2
32
|
"placeholder": {
|
|
3
33
|
"tags": ["placeholder", "icon-placeholder"],
|
|
4
34
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1113:1246&m=dev"
|
|
@@ -281,6 +311,10 @@
|
|
|
281
311
|
"tags": ["hand", "cursor", "pointer", "mouse"],
|
|
282
312
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1542:415&m=dev"
|
|
283
313
|
},
|
|
314
|
+
"hand-raised-filled": {
|
|
315
|
+
"tags": ["hand", "cursor", "pointer", "mouse"],
|
|
316
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12402:340&m=dev"
|
|
317
|
+
},
|
|
284
318
|
"text-t": {
|
|
285
319
|
"tags": [
|
|
286
320
|
"text t",
|
|
@@ -834,6 +868,18 @@
|
|
|
834
868
|
"tags": ["text a underline", "text", "color"],
|
|
835
869
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1734:316&m=dev"
|
|
836
870
|
},
|
|
871
|
+
"text-a-vertical": {
|
|
872
|
+
"tags": ["text a underline", "text", "color"],
|
|
873
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12322:14&m=dev"
|
|
874
|
+
},
|
|
875
|
+
"text-a-horizontal": {
|
|
876
|
+
"tags": ["text a underline", "text", "color"],
|
|
877
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12322:24&m=dev"
|
|
878
|
+
},
|
|
879
|
+
"text-a-color-selection": {
|
|
880
|
+
"tags": ["text a underline", "text", "color"],
|
|
881
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12320:37&m=dev"
|
|
882
|
+
},
|
|
837
883
|
"text-align-center": {
|
|
838
884
|
"tags": ["text align center"],
|
|
839
885
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1734:319&m=dev"
|
|
@@ -899,6 +945,10 @@
|
|
|
899
945
|
"tags": ["highligher underline", "highlight", "color"],
|
|
900
946
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1734:355&m=dev"
|
|
901
947
|
},
|
|
948
|
+
"highlighter-color-selection": {
|
|
949
|
+
"tags": ["highligher underline", "highlight", "color"],
|
|
950
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12320:24&m=dev"
|
|
951
|
+
},
|
|
902
952
|
"line-dashed": {
|
|
903
953
|
"tags": ["line dashed", "line", "dash"],
|
|
904
954
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1734:358&m=dev"
|
|
@@ -1334,20 +1384,6 @@
|
|
|
1334
1384
|
],
|
|
1335
1385
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:775&m=dev"
|
|
1336
1386
|
},
|
|
1337
|
-
"rectangles-two-lines-four": {
|
|
1338
|
-
"tags": [
|
|
1339
|
-
"rectangles two lines four",
|
|
1340
|
-
"rectangles",
|
|
1341
|
-
"lines",
|
|
1342
|
-
"two",
|
|
1343
|
-
"four",
|
|
1344
|
-
"2",
|
|
1345
|
-
"4",
|
|
1346
|
-
"list",
|
|
1347
|
-
"cards"
|
|
1348
|
-
],
|
|
1349
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:778&m=dev"
|
|
1350
|
-
},
|
|
1351
1387
|
"monitor-play": {
|
|
1352
1388
|
"tags": [
|
|
1353
1389
|
"monitor play",
|
|
@@ -1805,18 +1841,6 @@
|
|
|
1805
1841
|
"tags": ["trapeze. shape"],
|
|
1806
1842
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2015:367&m=dev"
|
|
1807
1843
|
},
|
|
1808
|
-
"magnifying-glass-lightning": {
|
|
1809
|
-
"tags": [
|
|
1810
|
-
"magnifying glass lightning",
|
|
1811
|
-
"magnifying",
|
|
1812
|
-
"glass",
|
|
1813
|
-
"lightning",
|
|
1814
|
-
"command palette",
|
|
1815
|
-
"command",
|
|
1816
|
-
"palette"
|
|
1817
|
-
],
|
|
1818
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=3866:343&m=dev"
|
|
1819
|
-
},
|
|
1820
1844
|
"rectangle-triangle-bottom-center": {
|
|
1821
1845
|
"tags": [
|
|
1822
1846
|
"rectangle triangle bottom center",
|
|
@@ -1936,10 +1960,6 @@
|
|
|
1936
1960
|
"tags": ["switch", "ui", "prototype", "form"],
|
|
1937
1961
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:325&m=dev"
|
|
1938
1962
|
},
|
|
1939
|
-
"badge": {
|
|
1940
|
-
"tags": ["badge"],
|
|
1941
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:328&m=dev"
|
|
1942
|
-
},
|
|
1943
1963
|
"moon": {
|
|
1944
1964
|
"tags": ["moon"],
|
|
1945
1965
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:331&m=dev"
|
|
@@ -2042,6 +2062,10 @@
|
|
|
2042
2062
|
"tags": ["pen underline", "pen", "underline", "color"],
|
|
2043
2063
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=3810:349&m=dev"
|
|
2044
2064
|
},
|
|
2065
|
+
"pen-color-selection": {
|
|
2066
|
+
"tags": ["pen underline", "pen", "underline", "color"],
|
|
2067
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12320:84&m=dev"
|
|
2068
|
+
},
|
|
2045
2069
|
"brush": {
|
|
2046
2070
|
"tags": ["brush", "theme", "theming", "color"],
|
|
2047
2071
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=4024:251&m=dev"
|