@mirohq/design-system-icons 0.17.0 → 0.19.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 +82 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +80 -37
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +7 -3
- package/package.json +3 -3
- package/react/index.ts +3 -1
- package/react/lightbox.tsx +36 -0
- package/react/rss.tsx +33 -0
- package/react/{background-color.tsx → star-half.tsx} +4 -13
- package/react/sticky-eye-open.tsx +1 -1
- package/svg/24/lightbox.svg +2 -0
- package/svg/24/rss.svg +2 -0
- package/svg/24/star-half.svg +2 -0
- package/svg/24/sticky-eye-open.svg +1 -1
- package/svg/meta.json +18 -5
- package/svg/24/background-color.svg +0 -2
package/dist/types.d.ts
CHANGED
|
@@ -558,8 +558,6 @@ declare const IconArticle: ForwardRefExoticComponent<IconProps & RefAttributes<S
|
|
|
558
558
|
|
|
559
559
|
declare const IconAt: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
560
560
|
|
|
561
|
-
declare const IconBackgroundColor: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
562
|
-
|
|
563
561
|
declare const IconBadge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
564
562
|
|
|
565
563
|
declare const IconBarrel: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -810,6 +808,8 @@ declare const IconLayout: ForwardRefExoticComponent<IconProps & RefAttributes<SV
|
|
|
810
808
|
|
|
811
809
|
declare const IconLifesaver: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
812
810
|
|
|
811
|
+
declare const IconLightbox: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
812
|
+
|
|
813
813
|
declare const IconLightbulb: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
814
814
|
|
|
815
815
|
declare const IconLightning: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -1006,6 +1006,8 @@ declare const IconRocket: ForwardRefExoticComponent<IconProps & RefAttributes<SV
|
|
|
1006
1006
|
|
|
1007
1007
|
declare const IconRssRectangle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1008
1008
|
|
|
1009
|
+
declare const IconRss: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1010
|
+
|
|
1009
1011
|
declare const IconScissors: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1010
1012
|
|
|
1011
1013
|
declare const IconScrollbarXy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -1086,6 +1088,8 @@ declare const IconStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVG
|
|
|
1086
1088
|
|
|
1087
1089
|
declare const IconStarFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1088
1090
|
|
|
1091
|
+
declare const IconStarHalf: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1092
|
+
|
|
1089
1093
|
declare const IconStar: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1090
1094
|
|
|
1091
1095
|
declare const IconStickyCorners: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -1214,4 +1218,4 @@ declare const IconViewSideLeft: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
1214
1218
|
|
|
1215
1219
|
declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1216
1220
|
|
|
1217
|
-
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArticle, IconAt,
|
|
1221
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPentagon, IconPlaceholder, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@mirohq/design-system-link": "^1.2.9",
|
|
34
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-utils": "^0.13.1",
|
|
35
35
|
"@mirohq/design-system-stitches": "^2.3.0",
|
|
36
|
-
"@mirohq/design-system-
|
|
36
|
+
"@mirohq/design-system-primitive": "^1.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@svgr/cli": "^6.5.1",
|
package/react/index.ts
CHANGED
|
@@ -37,7 +37,6 @@ export { IconArrowsOutLinesHorizontal } from './arrows-out-lines-horizontal'
|
|
|
37
37
|
export { IconArrowsOutSimple } from './arrows-out-simple'
|
|
38
38
|
export { IconArticle } from './article'
|
|
39
39
|
export { IconAt } from './at'
|
|
40
|
-
export { IconBackgroundColor } from './background-color'
|
|
41
40
|
export { IconBadge } from './badge'
|
|
42
41
|
export { IconBarrel } from './barrel'
|
|
43
42
|
export { IconBellSlash } from './bell-slash'
|
|
@@ -163,6 +162,7 @@ export { IconLaptop } from './laptop'
|
|
|
163
162
|
export { IconLasso } from './lasso'
|
|
164
163
|
export { IconLayout } from './layout'
|
|
165
164
|
export { IconLifesaver } from './lifesaver'
|
|
165
|
+
export { IconLightbox } from './lightbox'
|
|
166
166
|
export { IconLightbulb } from './lightbulb'
|
|
167
167
|
export { IconLightning } from './lightning'
|
|
168
168
|
export { IconLineCurved } from './line-curved'
|
|
@@ -261,6 +261,7 @@ export { IconRectanglesTwoUser } from './rectangles-two-user'
|
|
|
261
261
|
export { IconRhombus } from './rhombus'
|
|
262
262
|
export { IconRocket } from './rocket'
|
|
263
263
|
export { IconRssRectangle } from './rss-rectangle'
|
|
264
|
+
export { IconRss } from './rss'
|
|
264
265
|
export { IconScissors } from './scissors'
|
|
265
266
|
export { IconScrollbarXy } from './scrollbar-xy'
|
|
266
267
|
export { IconShapes } from './shapes'
|
|
@@ -301,6 +302,7 @@ export { IconSquaresUngroup } from './squares-ungroup'
|
|
|
301
302
|
export { IconSquaresUnmerge } from './squares-unmerge'
|
|
302
303
|
export { IconStack } from './stack'
|
|
303
304
|
export { IconStarFilled } from './star-filled'
|
|
305
|
+
export { IconStarHalf } from './star-half'
|
|
304
306
|
export { IconStar } from './star'
|
|
305
307
|
export { IconStickyCorners } from './sticky-corners'
|
|
306
308
|
export { IconStickyEyeClosed } from './sticky-eye-closed'
|
|
@@ -0,0 +1,36 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconLightbox: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
weight,
|
|
19
|
+
size,
|
|
20
|
+
viewBox: '0 0 24 24',
|
|
21
|
+
fill: 'none',
|
|
22
|
+
ref: forwardRef,
|
|
23
|
+
},
|
|
24
|
+
<path
|
|
25
|
+
fill='currentColor'
|
|
26
|
+
d='M3.4142 2h-1.4142v1.4142l1.4142-1.4142ZM2 8.4142v-2.8284l3.5858-3.5858h2.8284l-2 2h-.4142c-1.1046 0-2 .8954-2 2v.4142l-2 2ZM2 13.4142v-2.8284l2-2v2.8284l-2 2ZM2 18.4142v-2.8284l2-2v2.8284l-2 2ZM3.4142 22h-1.4142v-1.4142l2.0677-2.0678a2.0038 2.0038 0 0 0 1.4143 1.4143l-2.0678 2.0677ZM8.4142 22h-2.8284l2-2h2.8284l-2 2ZM13.4142 22h-2.8284l2-2h2.8284l-2 2ZM18.4142 22h-2.8284l2-2h.4142c1.1046 0 2-.8954 2-2v-.4142l2-2v2.8284l-3.5858 3.5858ZM22 20.5858v1.4142h-1.4142l1.4142-1.4142ZM22 10.5858v2.8284l-2 2v-2.8284l2-2ZM22 5.5858v2.8284l-2 2v-2.8284l2-2ZM20.5858 2h1.4142v1.4142l-2.0677 2.0678a2.0038 2.0038 0 0 0-1.4143-1.4143l2.0678-2.0677ZM15.5858 2h2.8284l-2 2h-2.8284l2-2ZM10.5858 2h2.8284l-2 2h-2.8284l2-2Z'
|
|
27
|
+
/>,
|
|
28
|
+
<path
|
|
29
|
+
stroke='currentColor'
|
|
30
|
+
strokeLinecap='round'
|
|
31
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
+
d='M7.2778 17h9.4444c.1534 0 .2778-.1599.2778-.3571v-9.2858c0-.1972-.1244-.3571-.2778-.3571h-9.4444c-.1534 0-.2778.1599-.2778.3571v9.2858c0 .1972.1244.3571.2778.3571Z'
|
|
33
|
+
vectorEffect='non-scaling-stroke'
|
|
34
|
+
/>
|
|
35
|
+
)
|
|
36
|
+
)
|
package/react/rss.tsx
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconRss: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
weight,
|
|
19
|
+
size,
|
|
20
|
+
viewBox: '0 0 24 24',
|
|
21
|
+
fill: 'none',
|
|
22
|
+
ref: forwardRef,
|
|
23
|
+
},
|
|
24
|
+
<circle cx={3.5} cy={20.5} r={1.5} fill='currentColor' />,
|
|
25
|
+
<path
|
|
26
|
+
stroke='currentColor'
|
|
27
|
+
strokeLinecap='round'
|
|
28
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
29
|
+
d='M3 12c5 0 9 3 9 9m-9-17c10 0 17 7 17 17'
|
|
30
|
+
vectorEffect='non-scaling-stroke'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -8,7 +8,7 @@ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
|
8
8
|
import { StyledIcon } from '../src/icon'
|
|
9
9
|
import type { IconProps } from '../src/icon'
|
|
10
10
|
|
|
11
|
-
export const
|
|
11
|
+
export const IconStarHalf: ForwardRefExoticComponent<
|
|
12
12
|
IconProps & RefAttributes<SVGSVGElement>
|
|
13
13
|
> = forwardRef(({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
14
14
|
createElement(
|
|
@@ -21,26 +21,17 @@ export const IconBackgroundColor: ForwardRefExoticComponent<
|
|
|
21
21
|
fill: 'none',
|
|
22
22
|
ref: forwardRef,
|
|
23
23
|
},
|
|
24
|
-
<path
|
|
25
|
-
stroke='currentColor'
|
|
26
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='m10.9497 2.9497 9.6746 9.6746-8.2604 8.2605c-.781.781-2.0474.781-2.8284 0l-6.8462-6.8462c-.781-.7811-.781-2.0474 0-2.8285l8.2604-8.2604Z'
|
|
28
|
-
vectorEffect='non-scaling-stroke'
|
|
29
|
-
/>,
|
|
30
24
|
<path
|
|
31
25
|
stroke='currentColor'
|
|
32
26
|
strokeLinecap='round'
|
|
33
27
|
strokeLinejoin='round'
|
|
34
28
|
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
-
d='
|
|
29
|
+
d='m15 9-2.7764-5.5528c-.0921-.1843-.3551-.1843-.4472 0l-2.7764 5.5528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616l5.5675-2.7838 5.5676 2.7838c.1815.0907.3897-.0611.3589-.2616l-.9265-6.0222 3.6993-4.1617c.1307-.147.0483-.3804-.1457-.4127l-5.5536-.9256Z'
|
|
36
30
|
vectorEffect='non-scaling-stroke'
|
|
37
31
|
/>,
|
|
38
32
|
<path
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
42
|
-
d='m10.586 8-5.586-5.586'
|
|
43
|
-
vectorEffect='non-scaling-stroke'
|
|
33
|
+
fill='currentColor'
|
|
34
|
+
d='m6.4324 20.7838 5.5676-2.7838v-13.941c0-.2638-.3556-.3477-.4736-.1118l-2.5264 5.0528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616Z'
|
|
44
35
|
/>
|
|
45
36
|
)
|
|
46
37
|
)
|
|
@@ -24,7 +24,7 @@ export const IconStickyEyeOpen: ForwardRefExoticComponent<
|
|
|
24
24
|
<circle cx={15} cy={6} r={2} fill='currentColor' />,
|
|
25
25
|
<path
|
|
26
26
|
fill='currentColor'
|
|
27
|
-
d='M22
|
|
27
|
+
d='M22 11c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 3 .7071.7071a1.0001 1.0001 0 0 0 .2929-.7071h-1Zm-15-10c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm8 17v1c.2652 0 .5196-.1054.7071-.2929l-.7071-.7071Zm0-7v-1c-.5523 0-1 .4477-1 1h1Zm6-3v3h2v-3h-2Zm-16 9v-16h-2v16h2Zm0-16h2v-2h-2v2Zm10 16h-10v2h10v-2Zm7-7h-7v2h7v-2Zm-8 1v7h2v-7h-2Zm-3-8c0 .1635-.0495.2218.0106.0838.0389-.0892.1075-.2226.2115-.3883.2072-.3302.5283-.747.9618-1.1535.8639-.8098 2.1304-1.542 3.8161-1.542v-2c-2.3143 0-4.0478 1.0178-5.184 2.083-.5664.531-.9953 1.083-1.288 1.5496-.1461.2327-.265.4549-.3511.6528-.065.149-.1769.4261-.1769.7146h2Zm5-3c1.6857 0 2.9522.7322 3.8161 1.542.4335.4065.7546.8233.9618 1.1536.104.1656.1727.299.2115.3882.0601.138.0106.0797.0106-.0838h2c0-.2885-.112-.5656-.1769-.7146-.0862-.198-.205-.42-.351-.6528-.2928-.4666-.7217-1.0186-1.2882-1.5496-1.1361-1.0652-2.8696-2.083-5.1839-2.083v2Zm5 3c0-.1635.0495-.2218-.0106-.0838-.0388.0892-.1075.2226-.2115.3883-.2072.3302-.5283.747-.9618 1.1535-.8639.8098-2.1304 1.542-3.8161 1.542v2c2.3143 0 4.0478-1.0178 5.1839-2.083.5665-.531.9954-1.083 1.2882-1.5496.146-.2327.2648-.4549.351-.6528.0649-.149.1769-.4261.1769-.7146h-2Zm-5 3c-1.6857 0-2.9522-.7322-3.8161-1.542-.4335-.4065-.7546-.8233-.9618-1.1536-.104-.1656-.1726-.299-.2115-.3882-.06-.138-.0106-.0797-.0106.0838h-2c0 .2885.112.5656.1769.7146.0861.198.205.42.351.6528.2928.4666.7217 1.0186 1.2882 1.5496 1.1361 1.0652 2.8696 2.083 5.1839 2.083v-2Zm5.2929 4.2929-7 7 1.4142 1.4142 7-7-1.4142-1.4142Zm-16.2929-9.2929v-2c-1.1046 0-2 .8954-2 2h2Zm-2 16c0 1.1046.8954 2 2 2v-2h-2Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|
|
@@ -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.4142 2h-1.4142v1.4142l1.4142-1.4142ZM2 8.4142v-2.8284l3.5858-3.5858h2.8284l-2 2h-.4142c-1.1046 0-2 .8954-2 2v.4142l-2 2ZM2 13.4142v-2.8284l2-2v2.8284l-2 2ZM2 18.4142v-2.8284l2-2v2.8284l-2 2ZM3.4142 22h-1.4142v-1.4142l2.0677-2.0678a2.0038 2.0038 0 0 0 1.4143 1.4143l-2.0678 2.0677ZM8.4142 22h-2.8284l2-2h2.8284l-2 2ZM13.4142 22h-2.8284l2-2h2.8284l-2 2ZM18.4142 22h-2.8284l2-2h.4142c1.1046 0 2-.8954 2-2v-.4142l2-2v2.8284l-3.5858 3.5858ZM22 20.5858v1.4142h-1.4142l1.4142-1.4142ZM22 10.5858v2.8284l-2 2v-2.8284l2-2ZM22 5.5858v2.8284l-2 2v-2.8284l2-2ZM20.5858 2h1.4142v1.4142l-2.0677 2.0678a2.0038 2.0038 0 0 0-1.4143-1.4143l2.0678-2.0677ZM15.5858 2h2.8284l-2 2h-2.8284l2-2ZM10.5858 2h2.8284l-2 2h-2.8284l2-2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.2778 17h9.4444c.1534 0 .2778-.1599.2778-.3571v-9.2858c0-.1972-.1244-.3571-.2778-.3571h-9.4444c-.1534 0-.2778.1599-.2778.3571v9.2858c0 .1972.1244.3571.2778.3571Z" vector-effect="non-scaling-stroke"/></svg>
|
package/svg/24/rss.svg
ADDED
|
@@ -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"><circle cx="3.5" cy="20.5" r="1.5" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3 12c5 0 9 3 9 9m-9-17c10 0 17 7 17 17" 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="m15 9-2.7764-5.5528c-.0921-.1843-.3551-.1843-.4472 0l-2.7764 5.5528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616l5.5675-2.7838 5.5676 2.7838c.1815.0907.3897-.0611.3589-.2616l-.9265-6.0222 3.6993-4.1617c.1307-.147.0483-.3804-.1457-.4127l-5.5536-.9256Z" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="m6.4324 20.7838 5.5676-2.7838v-13.941c0-.2638-.3556-.3477-.4736-.1118l-2.5264 5.0528-5.5535.9256c-.194.0323-.2765.2657-.1458.4127l3.6993 4.1617-.9265 6.0222c-.0308.2005.1774.3523.359.2616Z"/></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"><circle cx="15" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M22
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="15" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M22 11c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 3 .7071.7071a1.0001 1.0001 0 0 0 .2929-.7071h-1Zm-15-10c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm8 17v1c.2652 0 .5196-.1054.7071-.2929l-.7071-.7071Zm0-7v-1c-.5523 0-1 .4477-1 1h1Zm6-3v3h2v-3h-2Zm-16 9v-16h-2v16h2Zm0-16h2v-2h-2v2Zm10 16h-10v2h10v-2Zm7-7h-7v2h7v-2Zm-8 1v7h2v-7h-2Zm-3-8c0 .1635-.0495.2218.0106.0838.0389-.0892.1075-.2226.2115-.3883.2072-.3302.5283-.747.9618-1.1535.8639-.8098 2.1304-1.542 3.8161-1.542v-2c-2.3143 0-4.0478 1.0178-5.184 2.083-.5664.531-.9953 1.083-1.288 1.5496-.1461.2327-.265.4549-.3511.6528-.065.149-.1769.4261-.1769.7146h2Zm5-3c1.6857 0 2.9522.7322 3.8161 1.542.4335.4065.7546.8233.9618 1.1536.104.1656.1727.299.2115.3882.0601.138.0106.0797.0106-.0838h2c0-.2885-.112-.5656-.1769-.7146-.0862-.198-.205-.42-.351-.6528-.2928-.4666-.7217-1.0186-1.2882-1.5496-1.1361-1.0652-2.8696-2.083-5.1839-2.083v2Zm5 3c0-.1635.0495-.2218-.0106-.0838-.0388.0892-.1075.2226-.2115.3883-.2072.3302-.5283.747-.9618 1.1535-.8639.8098-2.1304 1.542-3.8161 1.542v2c2.3143 0 4.0478-1.0178 5.1839-2.083.5665-.531.9954-1.083 1.2882-1.5496.146-.2327.2648-.4549.351-.6528.0649-.149.1769-.4261.1769-.7146h-2Zm-5 3c-1.6857 0-2.9522-.7322-3.8161-1.542-.4335-.4065-.7546-.8233-.9618-1.1536-.104-.1656-.1726-.299-.2115-.3882-.06-.138-.0106-.0797-.0106.0838h-2c0 .2885.112.5656.1769.7146.0861.198.205.42.351.6528.2928.4666.7217 1.0186 1.2882 1.5496 1.1361 1.0652 2.8696 2.083 5.1839 2.083v-2Zm5.2929 4.2929-7 7 1.4142 1.4142 7-7-1.4142-1.4142Zm-16.2929-9.2929v-2c-1.1046 0-2 .8954-2 2h2Zm-2 16c0 1.1046.8954 2 2 2v-2h-2Z"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -2960,11 +2960,6 @@
|
|
|
2960
2960
|
"building"
|
|
2961
2961
|
]
|
|
2962
2962
|
},
|
|
2963
|
-
"background-color": {
|
|
2964
|
-
"tags": [
|
|
2965
|
-
""
|
|
2966
|
-
]
|
|
2967
|
-
},
|
|
2968
2963
|
"chat-lines-dot": {
|
|
2969
2964
|
"tags": [
|
|
2970
2965
|
"chat-lines-dot",
|
|
@@ -2974,5 +2969,23 @@
|
|
|
2974
2969
|
"message",
|
|
2975
2970
|
"unread"
|
|
2976
2971
|
]
|
|
2972
|
+
},
|
|
2973
|
+
"rss": {
|
|
2974
|
+
"tags": [
|
|
2975
|
+
"rss",
|
|
2976
|
+
"feed"
|
|
2977
|
+
]
|
|
2978
|
+
},
|
|
2979
|
+
"star-half": {
|
|
2980
|
+
"tags": [
|
|
2981
|
+
"star half",
|
|
2982
|
+
"star",
|
|
2983
|
+
"half"
|
|
2984
|
+
]
|
|
2985
|
+
},
|
|
2986
|
+
"lightbox": {
|
|
2987
|
+
"tags": [
|
|
2988
|
+
"lightbox"
|
|
2989
|
+
]
|
|
2977
2990
|
}
|
|
2978
2991
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
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-width="2" d="m10.9497 2.9497 9.6746 9.6746-8.2604 8.2605c-.781.781-2.0474.781-2.8284 0l-6.8462-6.8462c-.781-.7811-.781-2.0474 0-2.8285l8.2604-8.2604Z" vector-effect="non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m20.5 19 .5-2 .5 2-.5.5-.5-.5Z" vector-effect="non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m10.586 8-5.586-5.586" vector-effect="non-scaling-stroke"/></svg>
|