@versini/ui-icons 4.27.0 → 4.28.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/3652.js +37 -0
- package/dist/6112.js +38 -0
- package/dist/all.js +5 -1
- package/dist/icon-map-location-dot-light.js +2 -0
- package/dist/icon-map-location-dot.js +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +71 -2
- package/package.json +10 -2
package/dist/3652.js
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs, SvgIcon, jsx } from "./1787.js";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* This file was automatically generated.
|
|
6
|
+
* Please do not edit manually.
|
|
7
|
+
*
|
|
8
|
+
* To update this file, run `yarn build:icons`.
|
|
9
|
+
*
|
|
10
|
+
* Original name: map-location-dot.svg
|
|
11
|
+
*
|
|
12
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
const IconMapLocationDotLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
16
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
17
|
+
defaultViewBox: "0 0 576 512",
|
|
18
|
+
size: "size-5",
|
|
19
|
+
viewBox: viewBox,
|
|
20
|
+
className: className,
|
|
21
|
+
title: title || "Map with Location Pin",
|
|
22
|
+
...rest,
|
|
23
|
+
children: [
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "m32 218.8 115.5-46.2c.9 2.4 1.9 4.8 2.9 7.2 8.2 19.5 19.2 39.5 30.9 58.4 23.3 37.8 50.5 73.3 66.9 93.7 20.5 25.6 59.1 25.6 79.6 0 16.4-20.5 43.6-56 66.9-93.7 3-4.8 5.9-9.7 8.7-14.6.9-.2 1.7-.4 2.5-.8L544 167.6v253.5l-128 51.3V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v170.8l-192-54.9V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v117.2L32 472.4V218.9z",
|
|
26
|
+
opacity: ".4"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M366.6 155c6.7-15.9 9.4-27.6 9.4-35 0-48.6-39.4-88-88-88s-88 39.4-88 88c0 7.4 2.7 19 9.4 35 6.5 15.4 15.7 32.4 26.4 49.7 17.1 27.8 36.9 54.7 52.2 74.4 15.3-19.7 35.1-46.6 52.2-74.4 10.7-17.3 19.9-34.3 26.4-49.7m-63.8 157c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120 168 53.7 221.7 0 288 0s120 53.7 120 120c0 54.6-73.1 151.9-105.2 192m103.1-89.1c-.8.3-1.7.6-2.5.8 8.2-14.2 15.7-28.7 21.8-42.9l117.9-47.2c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3l-155 62c-3.3 1.3-6.9 1.5-10.3.5l-218.7-62.6-144 57.6C17.1 512.8 0 501.2 0 484.2V213.4c0-9.8 6-18.6 15.1-22.3l123.2-49.3c2.1 10.4 5.4 20.8 9.2 30.8L32 218.8v253.5l128-51.2V304c0-8.8 7.2-16 16-16s16 7.2 16 16v115.9l192 54.9V304c0-8.8 7.2-16 16-16s16 7.2 16 16v168.4l128-51.2V167.7zM288 88a24 24 0 1 1 0 48 24 24 0 1 1 0-48"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
/* export default */ const Icons_IconMapLocationDotLight = (IconMapLocationDotLight);
|
|
35
|
+
|
|
36
|
+
export { IconMapLocationDotLight };
|
|
37
|
+
export default Icons_IconMapLocationDotLight;
|
package/dist/6112.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsxs, SvgIcon, jsx } from "./1787.js";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* This file was automatically generated.
|
|
6
|
+
* Please do not edit manually.
|
|
7
|
+
*
|
|
8
|
+
* To update this file, run `yarn build:icons`.
|
|
9
|
+
*
|
|
10
|
+
* Original name: map-location-dot.svg
|
|
11
|
+
*
|
|
12
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
const IconMapLocationDot = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
16
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
17
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
18
|
+
defaultViewBox: "0 0 576 512",
|
|
19
|
+
size: "size-5",
|
|
20
|
+
viewBox: viewBox,
|
|
21
|
+
className: className,
|
|
22
|
+
title: title || "Map with Location Pin",
|
|
23
|
+
...rest,
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsx("path", {
|
|
26
|
+
d: "M0 209.6v270.8c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6-5.6-13.2-10.4-27.4-12.8-41.5L15 187.3C6 191 0 199.8 0 209.6M192 255v194.4l192 54.9V255c-20.5 31.3-42.3 59.6-56.2 77-20.5 25.6-59.1 25.6-79.6 0-13.9-17.4-35.7-45.7-56.2-77m224-54.6V503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7-2.9 6.8-6.1 13.7-9.6 20.6",
|
|
27
|
+
opacity: opacity
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx("path", {
|
|
30
|
+
d: "M302.8 312C334.9 271.9 408 174.6 408 120 408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192 7.7 9.6 22 9.6 29.6 0M288 72a40 40 0 1 1 0 80 40 40 0 1 1 0-80"
|
|
31
|
+
})
|
|
32
|
+
]
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
/* export default */ const Icons_IconMapLocationDot = (IconMapLocationDot);
|
|
36
|
+
|
|
37
|
+
export { IconMapLocationDot };
|
|
38
|
+
export default Icons_IconMapLocationDot;
|
package/dist/all.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* This file is automatically generated.
|
|
4
4
|
* Do not edit it manually.
|
|
5
|
-
* Last updated on
|
|
5
|
+
* Last updated on 5/22/2026, 11:17:35 AM.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
|
|
@@ -123,6 +123,8 @@
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
+
|
|
127
|
+
|
|
126
128
|
|
|
127
129
|
|
|
128
130
|
|
|
@@ -188,6 +190,8 @@ export { IconLocked } from "./7062.js";
|
|
|
188
190
|
export { IconLockedLight } from "./9194.js";
|
|
189
191
|
export { IconMagic } from "./4987.js";
|
|
190
192
|
export { IconMagicLight } from "./2389.js";
|
|
193
|
+
export { IconMapLocationDot } from "./6112.js";
|
|
194
|
+
export { IconMapLocationDotLight } from "./3652.js";
|
|
191
195
|
export { IconMessages } from "./6964.js";
|
|
192
196
|
export { IconMessagesLight } from "./7080.js";
|
|
193
197
|
export { IconNext } from "./8025.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -124,6 +124,10 @@ export declare const IconMagic: ({ className, viewBox, title, monotone, ...rest
|
|
|
124
124
|
|
|
125
125
|
export declare const IconMagicLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
126
126
|
|
|
127
|
+
export declare const IconMapLocationDot: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
128
|
+
|
|
129
|
+
export declare const IconMapLocationDotLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
130
|
+
|
|
127
131
|
export declare const IconMessages: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
128
132
|
|
|
129
133
|
export declare const IconMessagesLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1996,6 +1996,73 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1996
1996
|
/* export default */ const Icons_IconMagicLight = ((/* unused pure expression or super */ null && (IconMagicLight)));
|
|
1997
1997
|
|
|
1998
1998
|
|
|
1999
|
+
/**
|
|
2000
|
+
* This file was automatically generated.
|
|
2001
|
+
* Please do not edit manually.
|
|
2002
|
+
*
|
|
2003
|
+
* To update this file, run `yarn build:icons`.
|
|
2004
|
+
*
|
|
2005
|
+
* Original name: map-location-dot.svg
|
|
2006
|
+
*
|
|
2007
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2008
|
+
*
|
|
2009
|
+
*/
|
|
2010
|
+
const IconMapLocationDot = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2011
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2012
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2013
|
+
defaultViewBox: "0 0 576 512",
|
|
2014
|
+
size: "size-5",
|
|
2015
|
+
viewBox: viewBox,
|
|
2016
|
+
className: className,
|
|
2017
|
+
title: title || "Map with Location Pin",
|
|
2018
|
+
...rest,
|
|
2019
|
+
children: [
|
|
2020
|
+
/*#__PURE__*/ jsx("path", {
|
|
2021
|
+
d: "M0 209.6v270.8c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6-5.6-13.2-10.4-27.4-12.8-41.5L15 187.3C6 191 0 199.8 0 209.6M192 255v194.4l192 54.9V255c-20.5 31.3-42.3 59.6-56.2 77-20.5 25.6-59.1 25.6-79.6 0-13.9-17.4-35.7-45.7-56.2-77m224-54.6V503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7-2.9 6.8-6.1 13.7-9.6 20.6",
|
|
2022
|
+
opacity: opacity
|
|
2023
|
+
}),
|
|
2024
|
+
/*#__PURE__*/ jsx("path", {
|
|
2025
|
+
d: "M302.8 312C334.9 271.9 408 174.6 408 120 408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192 7.7 9.6 22 9.6 29.6 0M288 72a40 40 0 1 1 0 80 40 40 0 1 1 0-80"
|
|
2026
|
+
})
|
|
2027
|
+
]
|
|
2028
|
+
});
|
|
2029
|
+
};
|
|
2030
|
+
/* export default */ const Icons_IconMapLocationDot = ((/* unused pure expression or super */ null && (IconMapLocationDot)));
|
|
2031
|
+
|
|
2032
|
+
|
|
2033
|
+
/**
|
|
2034
|
+
* This file was automatically generated.
|
|
2035
|
+
* Please do not edit manually.
|
|
2036
|
+
*
|
|
2037
|
+
* To update this file, run `yarn build:icons`.
|
|
2038
|
+
*
|
|
2039
|
+
* Original name: map-location-dot.svg
|
|
2040
|
+
*
|
|
2041
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2042
|
+
*
|
|
2043
|
+
*/
|
|
2044
|
+
const IconMapLocationDotLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2045
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2046
|
+
defaultViewBox: "0 0 576 512",
|
|
2047
|
+
size: "size-5",
|
|
2048
|
+
viewBox: viewBox,
|
|
2049
|
+
className: className,
|
|
2050
|
+
title: title || "Map with Location Pin",
|
|
2051
|
+
...rest,
|
|
2052
|
+
children: [
|
|
2053
|
+
/*#__PURE__*/ jsx("path", {
|
|
2054
|
+
d: "m32 218.8 115.5-46.2c.9 2.4 1.9 4.8 2.9 7.2 8.2 19.5 19.2 39.5 30.9 58.4 23.3 37.8 50.5 73.3 66.9 93.7 20.5 25.6 59.1 25.6 79.6 0 16.4-20.5 43.6-56 66.9-93.7 3-4.8 5.9-9.7 8.7-14.6.9-.2 1.7-.4 2.5-.8L544 167.6v253.5l-128 51.3V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v170.8l-192-54.9V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v117.2L32 472.4V218.9z",
|
|
2055
|
+
opacity: ".4"
|
|
2056
|
+
}),
|
|
2057
|
+
/*#__PURE__*/ jsx("path", {
|
|
2058
|
+
d: "M366.6 155c6.7-15.9 9.4-27.6 9.4-35 0-48.6-39.4-88-88-88s-88 39.4-88 88c0 7.4 2.7 19 9.4 35 6.5 15.4 15.7 32.4 26.4 49.7 17.1 27.8 36.9 54.7 52.2 74.4 15.3-19.7 35.1-46.6 52.2-74.4 10.7-17.3 19.9-34.3 26.4-49.7m-63.8 157c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120 168 53.7 221.7 0 288 0s120 53.7 120 120c0 54.6-73.1 151.9-105.2 192m103.1-89.1c-.8.3-1.7.6-2.5.8 8.2-14.2 15.7-28.7 21.8-42.9l117.9-47.2c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3l-155 62c-3.3 1.3-6.9 1.5-10.3.5l-218.7-62.6-144 57.6C17.1 512.8 0 501.2 0 484.2V213.4c0-9.8 6-18.6 15.1-22.3l123.2-49.3c2.1 10.4 5.4 20.8 9.2 30.8L32 218.8v253.5l128-51.2V304c0-8.8 7.2-16 16-16s16 7.2 16 16v115.9l192 54.9V304c0-8.8 7.2-16 16-16s16 7.2 16 16v168.4l128-51.2V167.7zM288 88a24 24 0 1 1 0 48 24 24 0 1 1 0-48"
|
|
2059
|
+
})
|
|
2060
|
+
]
|
|
2061
|
+
});
|
|
2062
|
+
};
|
|
2063
|
+
/* export default */ const Icons_IconMapLocationDotLight = ((/* unused pure expression or super */ null && (IconMapLocationDotLight)));
|
|
2064
|
+
|
|
2065
|
+
|
|
1999
2066
|
/**
|
|
2000
2067
|
* This file was automatically generated.
|
|
2001
2068
|
* Please do not edit manually.
|
|
@@ -3918,7 +3985,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3918
3985
|
/**
|
|
3919
3986
|
* This file is automatically generated.
|
|
3920
3987
|
* Do not edit it manually.
|
|
3921
|
-
* Last updated on
|
|
3988
|
+
* Last updated on 5/22/2026, 11:17:35 AM.
|
|
3922
3989
|
*/
|
|
3923
3990
|
|
|
3924
3991
|
|
|
@@ -4042,4 +4109,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
4042
4109
|
|
|
4043
4110
|
|
|
4044
4111
|
|
|
4045
|
-
|
|
4112
|
+
|
|
4113
|
+
|
|
4114
|
+
export { IconAdd, IconAddLight, IconAnthropic, IconAttachment, IconAttachmentLight, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkHollow, IconBookmarkLight, IconBrain, IconBrainCircuit, IconBrainCircuitLight, IconBrainLight, IconBranch, IconBranchLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconChecked, IconCheckedLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconDownload, IconDownloadLight, IconEdit, IconEditLight, IconEditUser, IconEditUserLight, IconFrenchFlag, IconGitHub, IconGoogleGemini, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconHouseChimney, IconHouseChimneyLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, IconMapLocationDot, IconMapLocationDotLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconRotateLeft, IconRotateLeftLight, IconSearch, IconSearchLight, IconSelected, IconSelectedLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnChecked, IconUnCheckedLight, IconUnSelected, IconUnSelectedLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUpload, IconUploadLight, IconUser, IconUserLight, IconVolume, IconVolumeLight, IconWebSearch, IconWebSearchLight };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.28.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -271,6 +271,14 @@
|
|
|
271
271
|
"types": "./dist/index.d.ts",
|
|
272
272
|
"import": "./dist/icon-magic-light.js"
|
|
273
273
|
},
|
|
274
|
+
"./icon-map-location-dot": {
|
|
275
|
+
"types": "./dist/index.d.ts",
|
|
276
|
+
"import": "./dist/icon-map-location-dot.js"
|
|
277
|
+
},
|
|
278
|
+
"./icon-map-location-dot-light": {
|
|
279
|
+
"types": "./dist/index.d.ts",
|
|
280
|
+
"import": "./dist/icon-map-location-dot-light.js"
|
|
281
|
+
},
|
|
274
282
|
"./icon-messages": {
|
|
275
283
|
"types": "./dist/index.d.ts",
|
|
276
284
|
"import": "./dist/icon-messages.js"
|
|
@@ -543,5 +551,5 @@
|
|
|
543
551
|
"sideEffects": [
|
|
544
552
|
"**/*.css"
|
|
545
553
|
],
|
|
546
|
-
"gitHead": "
|
|
554
|
+
"gitHead": "63d56d9b97daf5a7cf90dae3a35090c003bf3bf4"
|
|
547
555
|
}
|