@versini/ui-icons 4.26.5 → 4.27.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/1713.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: house-chimney.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 IconHouseChimneyLight = ({ 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 || "House with Chimney",
22
+ ...rest,
23
+ children: [
24
+ /*#__PURE__*/ jsx("path", {
25
+ d: "M96 206.7 288 37.3l192 169.4V432c0 26.5-21.5 48-48 48h-64V320c0-17.7-14.3-32-32-32h-96c-17.7 0-32 14.3-32 32v160h-64c-26.5 0-48-21.5-48-48zM416 64h64v100.1l-64-56.5z",
26
+ opacity: ".4"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M277.4 4c6-5.3 15.1-5.3 21.2 0L384 79.4V56c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v136.3l58.6 51.7c6.6 5.8 7.3 16 1.4 22.6s-16 7.3-22.6 1.4L512 235v197c0 44.2-35.8 80-80 80H144c-44.2 0-80-35.8-80-80V235l-37.4 33c-6.6 5.8-16.8 5.2-22.6-1.4s-5.2-16.8 1.4-22.6zM480 164.1V64h-64v43.6zM96 206.7V432c0 26.5 21.5 48 48 48h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.3zM336 320h-96v160h96z"
30
+ })
31
+ ]
32
+ });
33
+ };
34
+ /* export default */ const Icons_IconHouseChimneyLight = (IconHouseChimneyLight);
35
+
36
+ export { IconHouseChimneyLight };
37
+ export default Icons_IconHouseChimneyLight;
package/dist/487.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: house-chimney.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 IconHouseChimney = ({ 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 || "House with Chimney",
23
+ ...rest,
24
+ children: [
25
+ /*#__PURE__*/ jsx("path", {
26
+ d: "M64 270.5c74.7-65.3 149.3-130.7 224-196l224.1 196.1.4 201.3c0 22.1-17.9 40.1-40 40.1H392c-22.1 0-40-17.9-40-40v-88.3c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32V472c0 22.1-17.9 40-40 40h-79.9c-22.1 0-40-17.9-40-40z",
27
+ opacity: opacity
28
+ }),
29
+ /*#__PURE__*/ jsx("path", {
30
+ d: "M309.1 7.9C297-2.6 279-2.6 266.9 7.9l-256 224c-13.3 11.6-14.6 31.9-3 45.2s31.9 14.6 45.2 3L288 74.5l234.9 205.6c13.3 11.6 33.5 10.3 45.2-3s10.3-33.5-3-45.2L512 185.5V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v37.5z"
31
+ })
32
+ ]
33
+ });
34
+ };
35
+ /* export default */ const Icons_IconHouseChimney = (IconHouseChimney);
36
+
37
+ export { IconHouseChimney };
38
+ export default Icons_IconHouseChimney;
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 4/17/2026, 1:50:59 PM.
5
+ * Last updated on 4/27/2026, 7:17:08 PM.
6
6
  */
7
7
 
8
8
 
@@ -121,6 +121,8 @@
121
121
 
122
122
 
123
123
 
124
+
125
+
124
126
 
125
127
 
126
128
 
@@ -172,6 +174,8 @@ export { IconHide } from "./2920.js";
172
174
  export { IconHideLight } from "./5628.js";
173
175
  export { IconHistory } from "./7008.js";
174
176
  export { IconHistoryLight } from "./8964.js";
177
+ export { IconHouseChimney } from "./487.js";
178
+ export { IconHouseChimneyLight } from "./1713.js";
175
179
  export { IconInfo } from "./1172.js";
176
180
  export { IconInfoLight } from "./3000.js";
177
181
  export { IconKey } from "./4679.js";
@@ -0,0 +1,2 @@
1
+
2
+ export { IconHouseChimneyLight, default } from "./1713.js";
@@ -0,0 +1,2 @@
1
+
2
+ export { IconHouseChimney, default } from "./487.js";
package/dist/index.d.ts CHANGED
@@ -96,6 +96,10 @@ export declare const IconHistory: ({ className, viewBox, title, monotone, ...res
96
96
 
97
97
  export declare const IconHistoryLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
98
98
 
99
+ export declare const IconHouseChimney: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
100
+
101
+ export declare const IconHouseChimneyLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
102
+
99
103
  export declare const IconInfo: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
100
104
 
101
105
  export declare const IconInfoLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
package/dist/index.js CHANGED
@@ -1526,6 +1526,73 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
1526
1526
  /* export default */ const Icons_IconHistoryLight = ((/* unused pure expression or super */ null && (IconHistoryLight)));
1527
1527
 
1528
1528
 
1529
+ /**
1530
+ * This file was automatically generated.
1531
+ * Please do not edit manually.
1532
+ *
1533
+ * To update this file, run `yarn build:icons`.
1534
+ *
1535
+ * Original name: house-chimney.svg
1536
+ *
1537
+ * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1538
+ *
1539
+ */
1540
+ const IconHouseChimney = ({ className, viewBox, title, monotone, ...rest })=>{
1541
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1542
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1543
+ defaultViewBox: "0 0 576 512",
1544
+ size: "size-5",
1545
+ viewBox: viewBox,
1546
+ className: className,
1547
+ title: title || "House with Chimney",
1548
+ ...rest,
1549
+ children: [
1550
+ /*#__PURE__*/ jsx("path", {
1551
+ d: "M64 270.5c74.7-65.3 149.3-130.7 224-196l224.1 196.1.4 201.3c0 22.1-17.9 40.1-40 40.1H392c-22.1 0-40-17.9-40-40v-88.3c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32V472c0 22.1-17.9 40-40 40h-79.9c-22.1 0-40-17.9-40-40z",
1552
+ opacity: opacity
1553
+ }),
1554
+ /*#__PURE__*/ jsx("path", {
1555
+ d: "M309.1 7.9C297-2.6 279-2.6 266.9 7.9l-256 224c-13.3 11.6-14.6 31.9-3 45.2s31.9 14.6 45.2 3L288 74.5l234.9 205.6c13.3 11.6 33.5 10.3 45.2-3s10.3-33.5-3-45.2L512 185.5V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v37.5z"
1556
+ })
1557
+ ]
1558
+ });
1559
+ };
1560
+ /* export default */ const Icons_IconHouseChimney = ((/* unused pure expression or super */ null && (IconHouseChimney)));
1561
+
1562
+
1563
+ /**
1564
+ * This file was automatically generated.
1565
+ * Please do not edit manually.
1566
+ *
1567
+ * To update this file, run `yarn build:icons`.
1568
+ *
1569
+ * Original name: house-chimney.svg
1570
+ *
1571
+ * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1572
+ *
1573
+ */
1574
+ const IconHouseChimneyLight = ({ className, viewBox, title, monotone, ...rest })=>{
1575
+ return /*#__PURE__*/ jsxs(SvgIcon, {
1576
+ defaultViewBox: "0 0 576 512",
1577
+ size: "size-5",
1578
+ viewBox: viewBox,
1579
+ className: className,
1580
+ title: title || "House with Chimney",
1581
+ ...rest,
1582
+ children: [
1583
+ /*#__PURE__*/ jsx("path", {
1584
+ d: "M96 206.7 288 37.3l192 169.4V432c0 26.5-21.5 48-48 48h-64V320c0-17.7-14.3-32-32-32h-96c-17.7 0-32 14.3-32 32v160h-64c-26.5 0-48-21.5-48-48zM416 64h64v100.1l-64-56.5z",
1585
+ opacity: ".4"
1586
+ }),
1587
+ /*#__PURE__*/ jsx("path", {
1588
+ d: "M277.4 4c6-5.3 15.1-5.3 21.2 0L384 79.4V56c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v136.3l58.6 51.7c6.6 5.8 7.3 16 1.4 22.6s-16 7.3-22.6 1.4L512 235v197c0 44.2-35.8 80-80 80H144c-44.2 0-80-35.8-80-80V235l-37.4 33c-6.6 5.8-16.8 5.2-22.6-1.4s-5.2-16.8 1.4-22.6zM480 164.1V64h-64v43.6zM96 206.7V432c0 26.5 21.5 48 48 48h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.3zM336 320h-96v160h96z"
1589
+ })
1590
+ ]
1591
+ });
1592
+ };
1593
+ /* export default */ const Icons_IconHouseChimneyLight = ((/* unused pure expression or super */ null && (IconHouseChimneyLight)));
1594
+
1595
+
1529
1596
  /**
1530
1597
  * This file was automatically generated.
1531
1598
  * Please do not edit manually.
@@ -3851,7 +3918,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3851
3918
  /**
3852
3919
  * This file is automatically generated.
3853
3920
  * Do not edit it manually.
3854
- * Last updated on 4/17/2026, 1:50:59 PM.
3921
+ * Last updated on 4/27/2026, 7:17:08 PM.
3855
3922
  */
3856
3923
 
3857
3924
 
@@ -3973,4 +4040,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3973
4040
 
3974
4041
 
3975
4042
 
3976
- 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, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, 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 };
4043
+
4044
+
4045
+ 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, 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.26.5",
3
+ "version": "4.27.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -215,6 +215,14 @@
215
215
  "types": "./dist/index.d.ts",
216
216
  "import": "./dist/icon-history-light.js"
217
217
  },
218
+ "./icon-house-chimney": {
219
+ "types": "./dist/index.d.ts",
220
+ "import": "./dist/icon-house-chimney.js"
221
+ },
222
+ "./icon-house-chimney-light": {
223
+ "types": "./dist/index.d.ts",
224
+ "import": "./dist/icon-house-chimney-light.js"
225
+ },
218
226
  "./icon-info": {
219
227
  "types": "./dist/index.d.ts",
220
228
  "import": "./dist/icon-info.js"
@@ -535,5 +543,5 @@
535
543
  "sideEffects": [
536
544
  "**/*.css"
537
545
  ],
538
- "gitHead": "aa43fa77111647c78d4c5a3d0e67fed4cfeb762b"
546
+ "gitHead": "72fce228d2a7aff3b94652e8f3ca301adc6c19b5"
539
547
  }