elementa-icons 1.47.0 → 1.49.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/icons/household/BroomBucket.js +14 -0
- package/dist/icons/household/FourBurners1.js +22 -0
- package/dist/icons/household/GasCylinder.js +14 -0
- package/dist/icons/household/RockingChair.js +14 -0
- package/dist/icons/household/TV.js +14 -0
- package/dist/icons/household/Utilities.js +14 -0
- package/dist/icons/household/index.js +7 -1
- package/dist/icons/mathematics/Calculator.js +14 -0
- package/dist/icons/mathematics/index.js +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +4 -2
- package/dist/types/icons/household/BroomBucket.d.ts +6 -0
- package/dist/types/icons/household/FourBurners1.d.ts +6 -0
- package/dist/types/icons/household/GasCylinder.d.ts +6 -0
- package/dist/types/icons/household/RockingChair.d.ts +6 -0
- package/dist/types/icons/household/TV.d.ts +6 -0
- package/dist/types/icons/household/Utilities.d.ts +6 -0
- package/dist/types/icons/household/index.d.ts +7 -1
- package/dist/types/icons/mathematics/Calculator.d.ts +6 -0
- package/dist/types/icons/mathematics/index.d.ts +2 -0
- package/dist/types/index.d.ts +4 -2
- package/package.json +1 -1
- package/src/index.ts +22 -2
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const BroomBucket = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M16.35 16.222c-.1 1.817-1.124 3.242-2.67 4.162-1.333.793-3.054 1.193-4.924 1.11a10.6 10.6 0 0 1-2.17-.284c-.482-.112-.94-.259-1.377-.422-.783-.292-1.49-.652-2.087-1.123-.54-.426-1.003-.899-1.35-1.47a5.1 5.1 0 0 1-.73-1.973.028.028 0 0 0-.056 0c-.12.84-.043 1.62.199 2.365.11.338.263.654.444.964.392.668.934 1.255 1.591 1.755A7.4 7.4 0 0 0 5.311 22.4c1.043.354 2.219.493 3.445.472 2.109-.093 4.013-.702 5.42-1.741 1.608-1.188 2.58-2.89 2.469-4.91a.147.147 0 0 0-.294 0M21.863 19.934c0 .038.03.069.069.069l.069-.07a.92.92 0 0 1 .361-.564.8.8 0 0 1 .565-.136l.525.04.526.016a.5.5 0 0 1 .185.03.52.52 0 0 1 .28.22c-.197.028-.46.068-.738.112-.758.12-1.623.27-1.623.27a.013.013 0 0 0-.012.014q.002.012.014.012s.876.045 1.643.073c.52.019.981.028 1.076.03l.001.001.281-.28a1.1 1.1 0 0 0-.29-.819 1.12 1.12 0 0 0-.817-.363c-.166.005-.345.006-.526.015-.177.01-.355.028-.525.041a1.168 1.168 0 0 0-1.047.855 1.1 1.1 0 0 0-.017.434M20.07 30.39s.208-1.287.418-2.753c.276-1.919.558-4.14.558-4.14a.17.17 0 0 0-.142-.197.17.17 0 0 0-.198.14s-.45 2.194-.81 4.1c-.275 1.453-.494 2.74-.494 2.74a.338.338 0 1 0 .668.11M23.793 30.228s-.006-1.303-.038-2.784a311 311 0 0 0-.128-4.175.17.17 0 0 0-.172-.172.17.17 0 0 0-.173.171s-.085 2.238-.128 4.177c-.033 1.479-.038 2.784-.038 2.784a.338.338 0 1 0 .677 0M27.098 30.095s-.218-1.287-.493-2.74c-.36-1.906-.81-4.1-.81-4.1a.17.17 0 0 0-.199-.14.17.17 0 0 0-.142.197s.283 2.221.558 4.14c.21 1.466.418 2.753.418 2.753a.338.338 0 1 0 .668-.11" }), _jsx("path", { d: "m14.575 14.082-13.363-.327a1.15 1.15 0 0 0-1.167 1.14c-.007.325.124.62.332.835.21.22.507.352.835.358 1.092.017 3.182.066 5.505.089 1.196.011 2.455.022 3.67.012a150 150 0 0 0 3.058-.062c1.289-.038 2.37-.092 3.058-.119a1.074 1.074 0 0 0 1.045-1.112 1.04 1.04 0 0 0-.331-.715 1 1 0 0 0-.715-.26l-1.175.078a.101.101 0 1 0 0 .202l1.175.075a.6.6 0 0 1 .231.063q.104.053.183.143a.572.572 0 0 1 .137.414.55.55 0 0 1-.185.365.5.5 0 0 1-.365.118c-.688-.027-1.77-.08-3.058-.118a150 150 0 0 0-3.058-.062c-1.215-.01-2.474 0-3.67.012-2.323.023-4.413.071-5.505.089a.42.42 0 0 1-.429-.404.43.43 0 0 1 .116-.313.44.44 0 0 1 .313-.143l13.363-.324q.016-.002.017-.017a.02.02 0 0 0-.017-.017" }), _jsx("path", { d: "M1.137 15.711s.073 2.37.19 5.226c.111 2.728.266 5.884.353 7.832.043.74.384 1.39.88 1.872.504.489 1.194.774 1.946.794 1.198.016 2.837.065 4.478.061s3.278-.06 4.479-.081c.762-.031 1.457-.327 1.958-.834.49-.495.822-1.16.845-1.907.025-1.641.078-4.123.098-6.486.028-3.384.01-6.492.01-6.492a.036.036 0 0 0-.033-.04.037.037 0 0 0-.04.035s-.444 3.076-.88 6.432c-.305 2.343-.594 4.809-.795 6.438a1.15 1.15 0 0 1-.41.736 1.1 1.1 0 0 1-.761.248c-1.201-.012-2.84-.055-4.478-.046-1.642.01-3.282.071-4.479.097-.287.01-.56-.072-.762-.246a1.15 1.15 0 0 1-.412-.728c-.262-1.933-.673-5.067-1.051-7.77-.396-2.831-.746-5.176-.746-5.176a.197.197 0 0 0-.213-.178.196.196 0 0 0-.177.213M18.334 22.922l.329.514 8.654-.215a.147.147 0 0 0 .148-.147.147.147 0 0 0-.148-.146l-8.093-.201.08-.172a3.7 3.7 0 0 1 1.411-1.586 3.66 3.66 0 0 1 2.02-.547l1.445.033c.799.016 1.541.3 2.138.77a3.52 3.52 0 0 1 1.227 1.874l1.922 7.105c-.719-.002-1.783-.012-3-.004a201 201 0 0 0-6.197.13c-1.275.044-2.38.097-3.098.126-.028.001-.057.006-.082-.005-.027-.012-.057-.021-.077-.045-.02-.025-.043-.05-.05-.08-.009-.033-.018-.067-.01-.101l1.415-6.484a.03.03 0 0 0-.019-.034.027.027 0 0 0-.034.019l-2.186 6.266a1.1 1.1 0 0 0 .156.966 1.12 1.12 0 0 0 .887.471c.718.03 1.823.082 3.098.126a210.874 210.874 0 0 0 6.196.13c1.274.008 2.38-.004 3.099-.005a1.4 1.4 0 0 0 1.11-.556 1.38 1.38 0 0 0 .22-1.217l-2.148-7.151a4.7 4.7 0 0 0-1.737-2.448 4.66 4.66 0 0 0-2.83-.894l-1.446.033a4.6 4.6 0 0 0-2.493.797 4.53 4.53 0 0 0-1.631 2.007zM23.98 1.96l.02-.925A.63.63 0 0 0 23.382.4h-.032a.63.63 0 0 0-.454.18.64.64 0 0 0-.196.454c-.03 1.537-.131 6.274-.197 10.413-.06 3.714-.091 6.944-.091 6.944 0 .236.192.428.429.428l1.05.01a.44.44 0 0 0 .438-.438s.024-1.648.002-3.868a214 214 0 0 0-.081-3.867 257 257 0 0 0-.144-3.866 260 260 0 0 0-.199-3.867.02.02 0 0 0-.016-.017.016.016 0 0 0-.017.017s-.1 1.643-.199 3.867a257 257 0 0 0-.144 3.866 183.134 183.134 0 0 0-.084 7.3l-.181.001c-.011-1-.04-3.607-.087-6.51-.066-4.139-.168-8.876-.197-10.413a.37.37 0 0 1 .222-.353.4.4 0 0 1 .146-.033h.031a.4.4 0 0 1 .279.107c.073.07.12.168.123.279l.02.925c0 .049.039.089.088.089s.088-.04.088-.089" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default BroomBucket;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const FourBurners1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 32 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m12.321 17.833.017 1.657c.007.366.151.7.394.94.24.237.565.391.929.394.184.003.36-.004.548-.021.166-.016.343-.039.546-.069l-.094.513-.001.019a.563.563 0 0 0 .567.581l3.96-.126a.252.252 0 0 0 .213-.387.92.92 0 0 1-.162-.584c.015-.379.155-.759.145-1.155v-.01a.246.246 0 0 1 .115-.232c.454-.305.877-.749 1.19-1.255.314-.509.518-1.075.538-1.61.001-.01-.006-.02-.017-.02q-.017 0-.02.017c-.064.515-.31 1.043-.654 1.51a4 4 0 0 1-1.204 1.088.57.57 0 0 0-.302.517c-.024.458-.252.887-.246 1.336q.002.132.03.267l-3.327-.112c.046-.165.109-.312.13-.448a.9.9 0 0 0-.01-.32.4.4 0 0 0-.033-.09.68.68 0 0 0-.701-.376c-.286.033-.514.056-.724.065l-.46-.002a.42.42 0 0 1-.39-.43l.019-1.815a.836.836 0 0 0-.84-.841h-.115l.758-1.45a.5.5 0 0 0 .055-.207c.035-2.77 2.112-4.081 4.11-3.965 2.03.117 3.963 1.668 3.86 4.656a.098.098 0 1 0 .195.012c.317-3.268-1.782-5.055-4-5.302-2.36-.262-4.863 1.213-5.102 4.449l-1.137 2.071a.498.498 0 0 0 .439.733z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-1.771 1.29-.217-1.183.988-.392c.216-.098.384-.242.576-.133.188.106.327.206.424.418l-.874 2c-.033.078-.168.007-.215-.056-.021-.028-.081-.069-.05-.083.033-.015-.046-.094-.01-.101.098-.02.048-.281.149-.244zm.046.63-.004-.071.008.087-.001.061zm-1.231-.981c.309.047.646-.034.822.195l.049.065-.875-.256zm.935-.819c-.059.164-.341.249-.435.424-.028.053-.082.053-.145.039l.388-.387z", style: {
|
|
13
|
+
fill: 'none'
|
|
14
|
+
}, transform: "translate(-191.13 -114.265)scale(.32875)" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-1.771 1.29-.217-1.183.988-.392c.216-.098.384-.242.576-.133.188.106.327.206.424.418l-.874 2c-.033.078-.168.007-.215-.056-.021-.028-.081-.069-.05-.083.033-.015-.046-.094-.01-.101.098-.02.048-.281.149-.244zm.046.63-.004-.071.008.087-.001.061zm-.571-.907a.4.4 0 0 1 .162.121l.049.065-.277-.081q.034-.052.066-.105", style: {
|
|
15
|
+
fill: 'none'
|
|
16
|
+
}, transform: "translate(-188.061 -114.265)scale(.32875)" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-1.771 1.29-.217-1.183.988-.392c.216-.098.384-.242.576-.133.188.106.327.206.424.418l-.874 2c-.033.078-.168.007-.215-.056-.021-.028-.081-.069-.05-.083.033-.015-.046-.094-.01-.101.098-.02.048-.281.149-.244zm.046.63-.004-.071.008.087-.001.061zm-.571-.907a.4.4 0 0 1 .162.121l.049.065-.277-.081q.034-.052.066-.105", style: {
|
|
17
|
+
fill: 'none'
|
|
18
|
+
}, transform: "translate(-188.061 -111.883)scale(.32875)" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-1.771 1.29-.217-1.183.988-.392c.216-.098.384-.242.576-.133.188.106.327.206.424.418l-.874 2c-.033.078-.168.007-.215-.056-.021-.028-.081-.069-.05-.083.033-.015-.046-.094-.01-.101.098-.02.048-.281.149-.244zm.046.63-.004-.071.008.087-.001.061zm-1.231-.981c.309.047.646-.034.822.195l.049.065-.875-.256zm.935-.819c-.059.164-.341.249-.435.424-.028.053-.082.053-.145.039l.388-.387z", style: {
|
|
19
|
+
fill: 'none'
|
|
20
|
+
}, transform: "translate(-191.13 -111.883)scale(.32875)" }), _jsx("path", { d: "M7.166 21.772q.006-.008.002-.009c-.018-.013-.013-.005-.002.01-.005.007-.018.02-.028.034-.056.082-.17.243-.296.445a6 6 0 0 0-.196.338 3 3 0 0 0-.134.294c-.05.14-.068.256-.084.314-.005.027-.015.052-.015.08.001.027-.004.052.002.08.013.06.034.166.064.285.028.111.168.276.083.301-.088.025.048.138.048.138s.075-.219.131-.439l.065-.286.017-.004c.03-.053.095-.15.153-.286.04-.09.071-.196.102-.306q.052-.192.088-.382c.046-.233.072-.429.088-.526q.003-.024.002-.04c.013-.006.021-.01.006-.013q-.005 0-.006.012c-.016.007-.039.013-.039.013.056-.057.043-.085.018-.095a.05.05 0 0 0-.064.028l.046.067s-.033-.033-.05-.053m-.556 2.31c-.005 0-.009-.004 0 0m0 0q.009 0 .01-.009zM9.636 24.22a.01.01 0 0 0 .009-.008zm-.646-2.438q0-.015-.006-.014c-.015.003-.007.009.006.014q0 .016.003.039c.017.097.047.293.094.525q.038.19.088.38a4 4 0 0 0 .095.31q.03.084.062.149c.03.064.059.112.076.143l.01-.002c.018.082.048.26.09.443.057.24.128.452.128.452s.07-.212.127-.452c.042-.182.073-.361.089-.443.004-.028 0-.055-.002-.083-.001-.028-.011-.055-.017-.082-.01-.035-.021-.09-.043-.157a2 2 0 0 0-.056-.151 4 4 0 0 0-.141-.291 7 7 0 0 0-.197-.338c-.123-.202-.234-.366-.288-.448l-.03-.044c-.014-.021-.025-.01-.034.01.008-.045-.014-.051-.033-.043a.05.05 0 0 0-.028.064l.046.03s-.023-.005-.04-.011M11.154 14.59a7.14 7.14 0 0 1-3.813.435 7.13 7.13 0 0 1-3.452-1.55 7 7 0 0 1-1.725-2.089 7.096 7.096 0 0 1-.717-4.727 6.9 6.9 0 0 1 1.33-2.933A7.12 7.12 0 0 1 7.399 1.03c1.802-.26 3.684.177 5.18 1.422 1.083.897 1.84 1.924 2.283 3.034.476 1.192.592 2.478.358 3.798a.027.027 0 0 0 .022.032.03.03 0 0 0 .031-.022c.286-1.334.213-2.647-.23-3.877-.417-1.162-1.164-2.25-2.25-3.214C11.246.829 9.257.304 7.334.526a7.68 7.68 0 0 0-5.066 2.798 7.5 7.5 0 0 0-1.504 3.2 7.45 7.45 0 0 0 .845 5.173 7.4 7.4 0 0 0 1.943 2.206 7.5 7.5 0 0 0 3.744 1.48 7.33 7.33 0 0 0 3.915-.666.07.07 0 0 0 .035-.091.07.07 0 0 0-.091-.035" }), _jsx("path", { d: "M10.41 17.418a7.4 7.4 0 0 0-3.622-.363 7.5 7.5 0 0 0-3.398 1.43 7.44 7.44 0 0 0-2.22 2.726 7.4 7.4 0 0 0-.661 2.274 7.4 7.4 0 0 0 .085 2.37 7.47 7.47 0 0 0 1.503 3.203 7.68 7.68 0 0 0 5.068 2.798c1.924.223 3.913-.303 5.462-1.677 1.086-.966 1.833-2.053 2.25-3.215.442-1.231.514-2.544.228-3.879a.03.03 0 0 0-.031-.02.03.03 0 0 0-.022.03c.233 1.32.118 2.606-.36 3.799-.443 1.108-1.2 2.135-2.282 3.032-1.496 1.245-3.377 1.68-5.179 1.42a7.12 7.12 0 0 1-4.62-2.694 6.9 6.9 0 0 1-1.33-2.932 7.1 7.1 0 0 1 .47-4.242 6.95 6.95 0 0 1 1.963-2.582 7.14 7.14 0 0 1 3.135-1.498 7.2 7.2 0 0 1 3.518.15.069.069 0 0 0 .044-.13M21.882 17.584a7.2 7.2 0 0 1 3.518-.15 7.14 7.14 0 0 1 3.135 1.497 6.95 6.95 0 0 1 1.962 2.583 7.08 7.08 0 0 1 .471 4.242 6.9 6.9 0 0 1-1.331 2.931 7.12 7.12 0 0 1-4.62 2.696c-1.801.26-3.682-.176-5.178-1.421-1.082-.897-1.84-1.924-2.283-3.033-.477-1.192-.592-2.478-.36-3.797a.027.027 0 0 0-.021-.032.03.03 0 0 0-.032.021c-.286 1.335-.213 2.647.229 3.878.417 1.162 1.164 2.25 2.25 3.216 1.549 1.374 3.538 1.9 5.462 1.677a7.68 7.68 0 0 0 5.068-2.798 7.47 7.47 0 0 0 1.502-3.203 7.4 7.4 0 0 0 .086-2.37 7.4 7.4 0 0 0-.661-2.274 7.44 7.44 0 0 0-2.22-2.726 7.5 7.5 0 0 0-3.399-1.43 7.4 7.4 0 0 0-3.622.363.069.069 0 0 0 .044.13M22.33 15.142a7.4 7.4 0 0 0 3.378.16 7.5 7.5 0 0 0 3.133-1.382 7.44 7.44 0 0 0 2.22-2.721 7.441 7.441 0 0 0 .442-5.221 7.5 7.5 0 0 0-1.36-2.626A7.68 7.68 0 0 0 25.071.553c-1.925-.222-3.915.305-5.464 1.68-1.086.966-1.833 2.053-2.25 3.215-.441 1.232-.513 2.544-.227 3.88a.03.03 0 0 0 .032.02.03.03 0 0 0 .021-.031c-.232-1.32-.116-2.606.36-3.798.444-1.108 1.202-2.134 2.284-3.031 1.495-1.244 3.376-1.68 5.177-1.42a7.12 7.12 0 0 1 4.617 2.695c.574.737.97 1.556 1.208 2.404a7.087 7.087 0 0 1-.34 4.77 6.96 6.96 0 0 1-1.962 2.587 7.15 7.15 0 0 1-2.89 1.448 7.24 7.24 0 0 1-3.275.037.069.069 0 0 0-.033.133" }), _jsx("path", { d: "M21.874 6.869 20.14 8.564c-.244.24-.362.56-.373.879-.01.328.11.655.345.918l1.73 1.932c.257.284.61.425.964.442.361.016.723-.117 1.01-.38.56-.525 1.374-1.27 2.087-1.957.56-.54 1.053-1.045 1.353-1.343a1.47 1.47 0 0 0 .427-1.015l-.007-2.532a.67.67 0 0 0-.654-.68l-2.786.045a1.14 1.14 0 0 0-.834.369l-.986 1.1q-.01.012 0 .026a.02.02 0 0 0 .026 0l1.121-.96a.88.88 0 0 1 .66-.204l2.772.275-.022.003-.199 2.523a.55.55 0 0 1-.186.363c-.306.29-.826.77-1.38 1.314-.709.693-1.475 1.486-2.016 2.03a.557.557 0 0 1-.778.023l-1.883-1.782a.77.77 0 0 1-.25-.517.81.81 0 0 1 .184-.572l1.553-1.862a.1.1 0 0 0-.006-.14.097.097 0 0 0-.138.007" }), _jsx("path", { d: "m26.077 7.062 2.295-2.295a.5.5 0 1 0-.706-.708l-2.297 2.296a.5.5 0 0 0 .001.705c.194.196.51.197.707.002M24.485 28.544a9.3 9.3 0 0 1-1.623-1.542c-.502-.601-.922-1.248-1.177-1.85l-.004-.008c-.303-.66-.456-1.315-.475-1.902-.022-.661.143-1.23.529-1.58.09-.084.205-.065.325-.026.276.088.56.328.846.624a6.7 6.7 0 0 1 1.148 1.66.595.595 0 0 0 1.06 0 6.3 6.3 0 0 1 1.162-1.6c.236-.23.47-.422.7-.526.16-.072.31-.13.428-.022.382.345.546.904.527 1.556a5 5 0 0 1-.463 1.898q0 .005-.004.008c-.248.607-.803 1.432-1.438 2.213-.628.773-1.325 1.5-1.898 1.926a.022.022 0 1 0 .024.037c.632-.359 1.429-1 2.155-1.706.769-.746 1.444-1.561 1.779-2.173.515-.898.763-1.819.762-2.616 0-.774-.257-1.432-.702-1.901-.476-.498-1.145-.52-1.86-.148-.44.229-.905.63-1.323 1.126a7 7 0 0 0-.39.513c-.509-.715-1.12-1.334-1.691-1.653-.71-.397-1.373-.392-1.845.097-.44.463-.693 1.114-.697 1.88-.004.793.24 1.711.75 2.617.328.613.835 1.272 1.435 1.866a9.5 9.5 0 0 0 1.831 1.429c.055.035.128.02.163-.035a.12.12 0 0 0-.034-.162M4.581 24.035l.026-.723.01-.012.847-1.62c.236.004.596.008 1.025.006.358-.002.764-.01 1.185-.02.592-.016 1.214-.04 1.777-.064.77-.034 1.426-.072 1.744-.09l.756 1.727.004-.005.063.95-.023.085-.085.047-1.066.078a.02.02 0 0 0-.018.018q.002.017.018.019l1.066.078a.336.336 0 0 0 .348-.324l.063-.951-.018-.124-.555-1.87a.56.56 0 0 0-.52-.38c-.304-.015-.98-.055-1.777-.09-.563-.024-1.185-.05-1.777-.064a59 59 0 0 0-1.185-.02c-.542-.003-.975.005-1.184.006a.71.71 0 0 0-.638.401l-.839 1.819a.881.881 0 0 0-.087.4l.033.912a.583.583 0 0 0 .588.577l5.808-.291a.098.098 0 0 0 0-.196zM4.364 27.813s1.467.004 3.131-.038c2.183-.055 4.697-.18 4.697-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.119s-2.515-.125-4.697-.181c-1.664-.042-3.131-.04-3.131-.04a.34.34 0 0 0 0 .678M8 27.132h-.004c-.015.003.024.022.026.022q.038.015.08.018h.01a.203.203 0 0 0 .203-.203v-.089c-.003-.148-.004-.462-.022-.804-.035-.625-.108-1.34-.108-1.34a.073.073 0 0 0-.073-.072c-.04 0-.07.032-.072.072 0 0-.073.715-.106 1.34-.02.342-.021.656-.024.804v.08c-.001.09.042.142.09.172M4.971 27.076c-.028 0 .039.04.115.04a.203.203 0 0 0 .202-.202v-.08199999999999999c-.003-.135-.004-.42-.022-.733a28 28 0 0 0-.109-1.221.072.072 0 0 0-.144 0s-.074.65-.107 1.221c-.02.312-.02.598-.023.733v.074c-.002.089.041.14.088.17" }), _jsx("path", { d: "M11.145 27.256h-.003c-.017.003.024.022.026.022q.039.016.08.018h.01c.111 0 .203-.09.203-.203v-.09999999999999999c-.003-.164-.004-.515-.022-.898-.035-.697-.109-1.497-.109-1.497a.073.073 0 0 0-.073-.072.073.073 0 0 0-.071.072s-.074.8-.107 1.497c-.02.383-.02.734-.023.899l-.001.09c0 .09.043.142.09.172M10.613 3.358v.873a.155.155 0 0 0 .31 0v-.873a.155.155 0 0 0-.31 0M5.713 3.358v.873a.155.155 0 0 0 .31 0v-.873a.155.155 0 0 0-.31 0M11.932 5.9v.002c0 .034.026.06.06.06 0 0 .058-.006.06-.064l.002-.04a.69.69 0 0 0-.675-.71c-.692-.024-1.876-.07-3.062-.104s-2.37-.055-3.063-.072a.88.88 0 0 0-.633.254.9.9 0 0 0-.269.633c-.004.632-.019 1.67-.017 2.706.002 1.038.02 2.075.026 2.707a.89.89 0 0 0 .555.815.9.9 0 0 0 .338.064l6.125-.115a.76.76 0 0 0 .532-.232.75.75 0 0 0 .21-.532l-.118-5.077a.01.01 0 0 0-.011-.011.01.01 0 0 0-.012.011l-.117 5.077a.48.48 0 0 1-.305.432.5.5 0 0 1-.179.03l-6.125-.115a.34.34 0 0 1-.31-.218.3.3 0 0 1-.023-.129c.006-.632.025-1.67.026-2.707.002-1.037-.012-2.074-.017-2.706a.33.33 0 0 1 .196-.309.3.3 0 0 1 .128-.03c.692-.016 1.877-.038 3.063-.072s2.37-.08 3.062-.103a.52.52 0 0 1 .376.137.53.53 0 0 1 .175.377l.001.039z" }), _jsx("path", { d: "m4.642 5.136.085-.92a.22.22 0 0 1 .08-.142.187.187 0 0 1 .143-.04v.001c.195.016.471.043.807.068.353.026.766.054 1.213.077q.393.021.809.035a20 20 0 0 0 1.886-.03c.364-.019.706-.04 1.011-.06.427-.03.778-.06 1.011-.077a.2.2 0 0 1 .144.04.21.21 0 0 1 .08.144l.082.919.082-.92a.4.4 0 0 0-.099-.288.42.42 0 0 0-.288-.14c-.234-.019-.584-.05-1.01-.08a63 63 0 0 0-1.685-.098A22 22 0 0 0 7.78 3.62a36 36 0 0 0-.808.03c-.447.022-.86.048-1.214.073-.336.023-.613.048-.808.064a.43.43 0 0 0-.292.14.4.4 0 0 0-.1.29zM7.436 7.044a.33.33 0 0 0-.329-.329h-.658a.33.33 0 0 0-.328.329V7.7c0 .182.147.33.328.33h.658a.33.33 0 0 0 .329-.33zM10.504 7.044a.33.33 0 0 0-.329-.329h-.657a.33.33 0 0 0-.329.329V7.7c0 .182.147.33.329.33h.657a.33.33 0 0 0 .33-.33zM10.504 9.426a.33.33 0 0 0-.329-.329h-.657a.33.33 0 0 0-.329.33v.657c0 .181.147.328.329.328h.657a.33.33 0 0 0 .33-.328zM7.436 9.426a.33.33 0 0 0-.329-.329h-.658a.33.33 0 0 0-.328.33v.657c0 .181.147.328.328.328h.658a.33.33 0 0 0 .329-.328z" })] }));
|
|
21
|
+
};
|
|
22
|
+
export default FourBurners1;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const GasCylinder = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 16 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m15.525 13.686.098-2.68a4.84 4.84 0 0 0-1.313-3.48 4.94 4.94 0 0 0-3.482-1.558l-5.005-.16a5.2 5.2 0 0 0-2.01.35A5.27 5.27 0 0 0 .888 8.963a5.3 5.3 0 0 0-.444 2.044c-.032 2.058-.09 4.574-.11 7.004-.013 1.655-.001 3.27-.002 4.67a5.4 5.4 0 0 0 1.647 3.843 5.4 5.4 0 0 0 3.844 1.506l5.005-.16c1.415-.054 2.684-.65 3.575-1.615a4.95 4.95 0 0 0 1.331-3.573l-.369-8.084a.036.036 0 0 0-.037-.036.037.037 0 0 0-.037.036l-.368 8.084a4 4 0 0 1-1.305 2.79 3.88 3.88 0 0 1-2.79 1.021l-5.005-.16a3.597 3.597 0 0 1-2.52-1.13 3.6 3.6 0 0 1-.742-1.17 3.6 3.6 0 0 1-.248-1.351c0-1.402.01-3.016-.002-4.67-.02-2.43-.078-4.947-.11-7.005a3.701 3.701 0 0 1 1.003-2.618c.34-.36.74-.65 1.183-.847.449-.2.935-.32 1.436-.335l5.005-.161a4 4 0 0 1 1.538.249 4.111 4.111 0 0 1 2.288 2.127c.227.494.36 1.03.38 1.585l.099 2.68a.196.196 0 1 0 .392 0" }), _jsx("path", { d: "m4.35 6.506.36-4.348c.003-.06.034-.115.06-.17.025-.05.072-.085.115-.123.04-.035.094-.048.145-.065.047-.016.096-.01.148-.007.76.028 1.857.097 2.956.108.504.005 1.007-.01 1.478-.026.558-.019 1.067-.055 1.479-.076.105-.008.21 0 .285.065.084.073.166.164.175.284l.414 4.36c0 .081.066.147.148.146a.147.147 0 0 0 .146-.148l.372-4.363c.029-.432-.15-.822-.415-1.124-.273-.313-.68-.488-1.127-.517-.411-.02-.92-.056-1.478-.074-.47-.015-.974-.029-1.478-.023-1.1.012-2.195.084-2.957.113a1.6 1.6 0 0 0-1.125.518c-.137.16-.253.333-.318.529a1.5 1.5 0 0 0-.088.6l.41 4.343a.147.147 0 0 0 .295-.002" }), _jsx("path", { d: "M10.068 3.948c-.362-.032-1.142-.111-1.93-.17a37 37 0 0 0-1.65-.083l-.015-.39c.404-.037 1.013-.09 1.613-.157.968-.109 1.886-.243 1.886-.243.01 0 .019-.008.019-.018a.02.02 0 0 0-.019-.019s-.918-.134-1.886-.243c-.758-.085-1.53-.147-1.886-.18-.178-.013-.336.07-.461.179-.128.11-.19.28-.203.461l-.038.9a.7.7 0 0 0 .699.7c.207-.006.558-.011.97-.03.302-.013.635-.031.97-.055.794-.056 1.58-.134 1.94-.164a.43.43 0 0 0 .302-.14.42.42 0 0 0 .112-.301l-.11-1.108a.098.098 0 0 0-.195-.001zm-.001.007q-.004.008-.01.011c-.007.005.007.017.006.026zm-3.57.01.001.022zm-.264-.64L6.2 3.33l.026-.002zM2.376 26.712l-.116 1.634a1.24 1.24 0 0 0 .32.892 1.27 1.27 0 0 0 .893.417c.719.036 1.758.103 2.918.144.626.022 1.285.04 1.947.043.489.003.98-.005 1.46-.017.47-.011.927-.032 1.36-.051.794-.036 1.5-.08 2.043-.108a1.277 1.277 0 0 0 1.183-.941c.043-.167.057-.34.026-.513l-.298-1.68a.099.099 0 0 0-.196.02l.064 1.706a.77.77 0 0 1-.237.57.72.72 0 0 1-.542.19c-.543-.029-1.249-.071-2.043-.106-.433-.02-.89-.04-1.363-.05a49 49 0 0 0-3.404.03c-1.161.043-2.2.111-2.92.147a.7.7 0 0 1-.274-.03.73.73 0 0 1-.432-.37.8.8 0 0 1-.083-.293l-.112-1.633a.097.097 0 0 0-.096-.099.1.1 0 0 0-.098.098M5.956 17.997c.14.167.311.294.497.378.63.286 1.428.112 1.737-.627q.008-.013.012-.028c.132-.425.088-.76-.052-1.052-.15-.306-.41-.565-.664-.834-.193-.205-.383-.418-.455-.704-.185-.74-.042-1.34.252-1.828.368-.611.954-1.053 1.431-1.375a.097.097 0 0 0 .032-.134.1.1 0 0 0-.135-.032c-.632.363-1.435.902-1.843 1.73-.236.48-.34 1.052-.216 1.743.068.379.284.681.519.967.195.236.408.455.515.717.064.16.07.34-.009.557-.158.319-.52.363-.792.22-.252-.133-.407-.439-.327-.86a.418.418 0 0 0-.668-.398c-.204.151-.442.514-.603 1.012-.213.656-.306 1.558-.08 2.404.275 1.022 1.004 1.97 2.515 2.353 1.291.297 2.6.046 3.527-.67.905-.699 1.468-1.826 1.293-3.29-.217-1.664-1.252-2.44-2.271-3.027-.799-.461-1.575-.792-1.782-1.474-.11-.364-.059-.82.227-1.44.005-.009.001-.02-.008-.025a.02.02 0 0 0-.025.007c-.366.628-.454 1.108-.373 1.504.152.749.932 1.202 1.747 1.766.837.583 1.72 1.297 1.792 2.75.069 1.147-.4 1.999-1.13 2.51-.745.523-1.762.68-2.759.419-1.085-.259-1.62-.916-1.835-1.641a3.5 3.5 0 0 1-.069-1.598" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default GasCylinder;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const RockingChair = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 27 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M7.695 10.204 5.814 1.746a1.3 1.3 0 0 0-.46-.723 1.32 1.32 0 0 0-.816-.288L2.378.696a1.41 1.41 0 0 0-1.099.52 1.43 1.43 0 0 0-.288 1.2c.353 1.72 1.083 5.388 1.859 9.084.747 3.566 1.535 7.154 1.945 9.066a2.838 2.838 0 0 0 2.694 2.209c1.537.024 4.101.087 6.665.108 2.57.02 5.137 0 6.667 0a2.23 2.23 0 0 0 1.563-.624c.395-.388.66-.918.675-1.513l.048-2.086a2.61 2.61 0 0 0-.757-1.91A2.55 2.55 0 0 0 20.48 16l-10.593.406a.7.7 0 0 1-.42-.116.7.7 0 0 1-.279-.356l-.582-1.659a.036.036 0 0 0-.046-.024.036.036 0 0 0-.025.046l.438 1.702a.985.985 0 0 0 .914.724l10.593.406a1.36 1.36 0 0 1 1.231.939c.056.166.069.344.053.522l-.171 2.078a.7.7 0 0 1-.253.467.68.68 0 0 1-.483.151c-1.53-.07-4.092-.21-6.66-.307-2.562-.098-5.126-.155-6.663-.2a.85.85 0 0 1-.52-.187.85.85 0 0 1-.302-.47c-.47-1.897-1.334-5.468-2.226-9-.924-3.662-1.874-7.28-2.313-8.98L2.2 1.94a.253.253 0 0 1 .19-.114l2.158-.085a.34.34 0 0 1 .351.24l2.416 8.32a.196.196 0 0 0 .38-.097M2.724 28.203l.754-.718-.007-.004c3.361 1.41 6.346 2.28 9.592 2.32 2.858.037 5.915-.57 9.607-2.018.009-.003.013-.013.01-.022a.02.02 0 0 0-.022-.01c-3.706 1.307-6.754 1.803-9.583 1.671-3.18-.147-6.079-1.092-9.325-2.577a.7.7 0 0 0-.752.121l-.82.738a.697.697 0 0 0-.13.877.7.7 0 0 0 .223.233c2.369 1.532 5.224 2.502 8.198 2.94 1.236.182 2.491.272 3.74.27a25 25 0 0 0 3.118-.2 23 23 0 0 0 3.067-.6 20 20 0 0 0 2.95-1.037 15.6 15.6 0 0 0 2.719-1.548q.001 0 .002-.002a.53.53 0 0 0 .218-.382.53.53 0 0 0-.15-.407l-1.106-1.063a.42.42 0 0 0-.487-.077l-1.535.83a.1.1 0 0 0-.047.136.1.1 0 0 0 .134.047l1.605-.69.056.02 1.021 1.144-.006.008-.005-.006c-.814.506-1.723.937-2.7 1.308-.908.345-1.875.63-2.882.86-.96.216-1.953.38-2.97.491-.987.108-1.993.164-3.005.17-2.416.012-4.863-.284-7.138-.95-1.55-.454-3.022-1.07-4.344-1.873" }), _jsx("path", { d: "M21.492 11.129c-.03-.04-.05-.009-.05.027 0 .057.046.102.102.102l.873.055a.9.9 0 0 1 .62.303.845.845 0 0 1 .21.618l-.006.104a.8.8 0 0 1-.273.549c-.144.13-.34.199-.549.19-.712-.026-1.725-.073-2.903-.104a144 144 0 0 0-2.904-.052c-1.152-.008-2.344.001-3.483.012-2.124.02-4.062.06-5.226.08a.748.748 0 0 1-.758-.725v-.006a.76.76 0 0 1 .208-.548.8.8 0 0 1 .55-.246l13.362-.317q.016-.001.017-.016a.02.02 0 0 0-.017-.017l-13.362-.32a1.46 1.46 0 0 0-1.049.417 1.5 1.5 0 0 0-.453 1.047v.005c-.008.417.16.796.428 1.073.271.283.652.455 1.074.461 1.164.019 3.102.06 5.226.08 1.139.01 2.33.02 3.483.012a144 144 0 0 0 2.904-.052c1.178-.031 2.191-.079 2.903-.104.387-.017.736-.176.977-.442.234-.258.38-.601.36-.977l-.006-.104a1.32 1.32 0 0 0-.424-.91 1.245 1.245 0 0 0-.91-.327l-.863.058c-.053.003-.065.035-.061.074M8.238 28.21s.246-1.27.436-2.723c.249-1.917.415-4.13.415-4.13a.24.24 0 0 0-.469-.088s-.655 2.12-1.124 3.995c-.356 1.422-.589 2.694-.589 2.694a.677.677 0 0 0 1.331.252M21.082 27.687s-.217-1.18-.551-2.497c-.443-1.74-1.068-3.7-1.068-3.7a.238.238 0 1 0-.47.088s.137 2.054.36 3.835c.17 1.349.398 2.526.398 2.526a.678.678 0 0 0 1.331-.252" }), _jsx("path", { d: "M19.29 16.535s.163-.542.259-1.176c.13-.86.155-1.83.155-1.83a.238.238 0 1 0-.459-.133s-.499.834-.848 1.63c-.257.587-.408 1.132-.408 1.132a.677.677 0 0 0 1.301.377" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default RockingChair;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const Tv = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M26.16 16.108c-.41-.066-.76.062-1.046.288-.302.239-.463.617-.536 1.051-.044.478.132.925.44 1.248.155.164.353.292.57.37.207.077.433.116.666.1.46-.042.873-.232 1.143-.566.254-.313.411-.71.362-1.143-.05-.391-.197-.718-.446-.941a1.21 1.21 0 0 0-.909-.32.018.018 0 1 0-.003.037c.306.062.543.23.698.466.135.208.18.469.143.758-.029.26-.179.469-.367.623a.85.85 0 0 1-.912.077 1 1 0 0 1-.243-.17c-.146-.136-.273-.306-.284-.521-.033-.257-.011-.492.108-.684.14-.225.331-.406.624-.477a.098.098 0 0 0-.007-.196M26.16 21.358c-.41-.066-.76.062-1.046.288-.302.239-.463.618-.536 1.051-.044.478.132.925.44 1.248.155.164.353.292.57.371.207.076.433.115.666.1.46-.043.873-.233 1.143-.566.254-.314.411-.711.362-1.144-.05-.39-.197-.717-.446-.941a1.21 1.21 0 0 0-.909-.32.018.018 0 1 0-.003.037c.306.062.543.23.698.466.135.208.18.469.143.758-.029.261-.179.469-.367.623a.85.85 0 0 1-.912.077 1 1 0 0 1-.243-.17c-.146-.136-.273-.306-.284-.521-.033-.257-.011-.492.108-.684.14-.225.331-.406.624-.477a.098.098 0 0 0-.007-.196M24.979 9.47c-.132-.287-.227-.161-.226-.014 0 .187.152.339.338.338 0 0 .437-.005.932-.038.652-.042 1.397-.127 1.397-.127a.172.172 0 0 0 0-.346s-.745-.084-1.397-.128c-.358-.023-.684-.03-.839-.035-.224-.008-.241.173-.205.35M15.984 7.106s1.163-1.177 2.443-2.55A246 246 0 0 0 21.992.628a.346.346 0 0 0 0-.488.347.347 0 0 0-.487 0s-2.126 1.886-3.928 3.565c-1.373 1.281-2.55 2.443-2.55 2.443a.677.677 0 0 0 .957.959" }), _jsx("path", { d: "M15.977 6.148s-1.176-1.162-2.55-2.443C11.626 2.025 9.5.141 9.5.141a.347.347 0 0 0-.488 0 .346.346 0 0 0 0 .487s1.884 2.125 3.566 3.928c1.28 1.373 2.442 2.55 2.442 2.55a.677.677 0 0 0 .957-.958M24.979 11.208c-.132-.286-.227-.16-.226-.013 0 .187.152.339.338.338 0 0 .437-.005.932-.038.652-.042 1.397-.127 1.397-.127a.172.172 0 0 0 0-.345s-.745-.085-1.397-.129c-.358-.023-.684-.03-.839-.035-.224-.008-.241.173-.205.35M24.979 12.93c-.132-.286-.227-.16-.226-.013 0 .187.152.34.338.339 0 0 .437-.006.932-.039.652-.042 1.397-.127 1.397-.127a.172.172 0 0 0 0-.345s-.745-.085-1.397-.129c-.358-.023-.684-.03-.839-.035-.224-.008-.241.173-.205.35" }), _jsx("path", { d: "M1.688 22.645 2.03 7.627a.45.45 0 0 1 .146-.314.44.44 0 0 1 .315-.114c2.18.042 7.595.165 13.014.25 5.418.083 10.836.128 13.015.154l.013.012v.012c.001 1.703-.021 5.333.006 8.963s.102 7.26.126 8.962c.001.042-.006.084-.033.112-.03.03-.066.06-.112.061-2.18.052-7.595.165-13.014.309-5.42.142-10.834.315-13.015.378a.84.84 0 0 1-.613-.229.875.875 0 0 1-.28-.613l-.07-2.251a.037.037 0 0 0-.038-.038.037.037 0 0 0-.036.038l-.071 2.25a1.12 1.12 0 0 0 .307.802 1.15 1.15 0 0 0 .801.356c2.18.06 7.595.226 13.015.362s10.836.242 13.015.29c.507.01.965-.198 1.302-.524.34-.329.543-.792.552-1.302.024-1.702.1-5.332.126-8.963.027-3.63.006-7.26.007-8.963a1.99 1.99 0 0 0-1.23-1.829 2 2 0 0 0-.758-.146c-2.18.026-7.597.07-13.015.154-5.419.085-10.835.207-13.014.25a1.56 1.56 0 0 0-1.1.472 1.54 1.54 0 0 0-.44 1.1l.343 15.017a.196.196 0 0 0 .392 0" }), _jsx("path", { d: "M4.13 11.334h.008l.006-.004a.12.12 0 0 0 .033-.08l.021-.439a1.92 1.92 0 0 1 .62-1.32 1.86 1.86 0 0 1 1.322-.476c1.767.076 4.47.202 7.182.308 2.71.107 5.416.194 7.183.258.337.01.629.171.843.399.205.218.313.52.304.842-.034 1.725-.109 4.315-.135 6.749-.018 1.688-.005 3.302-.006 4.499.001.28-.106.534-.287.72a1.03 1.03 0 0 1-.72.319c-1.766.03-4.474.066-7.183.127-2.71.06-5.417.147-7.183.195a1.38 1.38 0 0 1-.997-.365 1.43 1.43 0 0 1-.46-.996l-.347-10.256a.196.196 0 0 0-.392 0L3.596 22.07c-.022.708.26 1.353.71 1.831a2.6 2.6 0 0 0 1.832.808c1.766.048 4.473.134 7.183.195 2.709.06 5.417.096 7.183.127.82.011 1.565-.32 2.11-.852a2.97 2.97 0 0 0 .884-2.11c-.002-1.196.011-2.81-.007-4.498-.026-2.434-.1-5.024-.135-6.749a2.82 2.82 0 0 0-.866-1.984 2.77 2.77 0 0 0-1.984-.773c-1.766.06-4.473.143-7.183.245s-5.416.224-7.183.297a2.2 2.2 0 0 0-.832.2 2.12 2.12 0 0 0-1.23 2.004c.01.203.096.435.02.438-.033.002-.018.028.003.05 0 .018.013.032.03.035" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Tv;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const Utilities = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 22 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M10.949.162s-4.177 6.02-7.164 11.999C2.097 15.54.823 18.915.767 21.219c-.046 2.777 1.137 5.31 3.079 7.13 1.863 1.746 4.435 2.816 7.267 2.838 2.83-.027 5.403-1.093 7.26-2.846 1.929-1.82 3.094-4.354 3.03-7.122-.067-2.244-1.149-5.285-2.603-8.288C16.123 7.402 12.3 1.99 12.3 1.99a.037.037 0 0 0-.051-.011.037.037 0 0 0-.011.05s3.345 5.659 5.628 11.316c1.168 2.892 2.072 5.775 2.008 7.873-.052 2.28-1.12 4.301-2.756 5.748a8.92 8.92 0 0 1-6.004 2.222c-2.322.018-4.434-.835-5.997-2.23-1.623-1.447-2.67-3.47-2.708-5.74-.052-2.148 1.053-5.326 2.457-8.553C7.51 6.586 11.277.376 11.277.376a.196.196 0 0 0-.329-.214" }), _jsx("path", { d: "M13.125 9.912s-2.01 2.484-3.71 4.695c-1.293 1.68-2.387 3.185-2.387 3.185a1.051 1.051 0 0 0 .882 1.624s1.601.097 3.204.097c.503 0 1.007-.01 1.46-.024-.385.768-.858 1.722-1.321 2.684-1.061 2.2-2.055 4.406-2.055 4.406a.226.226 0 1 0 .388.229s1.454-1.934 2.87-3.923a214 214 0 0 0 2.764-3.987 1.05 1.05 0 0 0-.903-1.582s-1.6-.1-3.203-.1c-.467 0-.933.008-1.36.02.292-.526.63-1.136.975-1.778 1.325-2.453 2.774-5.3 2.774-5.3a.226.226 0 0 0-.378-.246" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Utilities;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
import Appliances from '@/src/icons/household/Appliances';
|
|
2
|
+
import BroomBucket from '@/src/icons/household/BroomBucket';
|
|
3
|
+
import FourBurners1 from '@/src/icons/household/FourBurners1';
|
|
4
|
+
import GasCylinder from '@/src/icons/household/GasCylinder';
|
|
5
|
+
import RockingChair from '@/src/icons/household/RockingChair';
|
|
2
6
|
import Sofa from '@/src/icons/household/Sofa';
|
|
3
|
-
|
|
7
|
+
import Tv from '@/src/icons/household/TV';
|
|
8
|
+
import Utilities from '@/src/icons/household/Utilities';
|
|
9
|
+
export { Appliances, BroomBucket, FourBurners1, GasCylinder, RockingChair, Sofa, Tv, Utilities };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const Calculator = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M29.82 4.319q-.003.015-.002.029c0 .109.088.196.195.196 0 0 .193-.055.2-.271.003-.122.01-.376.021-.682a2.24 2.24 0 0 0-.616-1.604 2.29 2.29 0 0 0-1.605-.714c-3.018-.08-8.958-.262-14.406-.386C9.75.799 6.143.749 4.004.71c-.8-.014-1.525.31-2.056.825a2.9 2.9 0 0 0-.87 2.056C1.06 6.159 1 10.848 1.003 15.536c.003 4.688.073 9.377.093 11.945.008.8.333 1.524.865 2.043a2.87 2.87 0 0 0 2.042.827l24.009-.364c.331-.007.656-.075.954-.205a2.48 2.48 0 0 0 1.321-1.358c.118-.299.18-.618.174-.943L30.05 5.578a.036.036 0 0 0-.037-.036.04.04 0 0 0-.037.036l-.41 21.903a1.53 1.53 0 0 1-.974 1.393 1.5 1.5 0 0 1-.58.1l-24.008-.363a1.12 1.12 0 0 1-.786-.345 1.1 1.1 0 0 1-.307-.785c.02-2.568.088-7.257.093-11.945.003-4.688-.058-9.377-.074-11.945a1.09 1.09 0 0 1 .3-.773c.198-.204.469-.34.774-.346 2.139-.039 5.745-.089 9.603-.177 5.448-.124 11.388-.305 14.406-.386.472-.015.905.159 1.224.457.328.308.54.74.557 1.225l.02.682q0 .024.006.046" }), _jsx("path", { d: "M16.685 29.481s.007-5.229-.077-11.156c-.111-7.769-.36-16.735-.36-16.735a.236.236 0 0 0-.24-.236.236.236 0 0 0-.238.238s-.25 8.965-.362 16.734c-.083 5.926-.077 11.155-.077 11.155a.678.678 0 0 0 1.354 0" }), _jsx("path", { d: "M2.124 16.258s5.23.006 11.155-.077c7.77-.111 16.734-.362 16.734-.362a.236.236 0 0 0 .238-.238.236.236 0 0 0-.236-.24s-8.966-.249-16.734-.36c-5.928-.084-11.157-.077-11.157-.077a.676.676 0 1 0 0 1.354M5.735 9.577s1.347.004 2.873-.06c2.006-.082 4.309-.27 4.309-.27.1 0 .18-.08.179-.178 0-.099-.08-.18-.179-.179 0 0-2.304-.188-4.309-.27-1.526-.064-2.872-.06-2.872-.06a.51.51 0 0 0 0 1.017" }), _jsx("path", { d: "M9.832 12.401s.005-1.346-.059-2.873a126 126 0 0 0-.27-4.308.176.176 0 0 0-.178-.18c-.099 0-.18.08-.18.179 0 0-.188 2.304-.27 4.31-.063 1.525-.06 2.872-.06 2.872a.51.51 0 0 0 1.017 0M11.923 24.85s-.949-.955-2.073-1.989c-1.477-1.36-3.238-2.855-3.238-2.855a.176.176 0 0 0-.252-.001.18.18 0 0 0 0 .253s1.495 1.762 2.855 3.238a74 74 0 0 0 1.989 2.074.51.51 0 0 0 .72-.719" }), _jsx("path", { d: "M11.205 19.774s-.956.95-1.99 2.074a126 126 0 0 0-2.855 3.238.176.176 0 0 0-.001.252c.07.07.183.071.252 0 0 0 1.763-1.495 3.239-2.855 1.124-1.035 2.073-1.99 2.073-1.99a.51.51 0 0 0-.719-.72M26.887 8.558s-1.35.015-2.88.057c-2.006.053-4.32.145-4.32.145a.306.306 0 1 0 0 .612s2.314.091 4.32.145c1.53.04 2.88.057 2.88.057a.507.507 0 1 0 0-1.016M19.814 21.911s1.35.006 2.88-.059c2.01-.083 4.32-.269 4.32-.269a.18.18 0 0 0 .18-.179c0-.1-.081-.18-.18-.179 0 0-2.31-.188-4.32-.27-1.53-.064-2.88-.06-2.88-.06a.508.508 0 0 0 0 1.016M26.614 23.435s-1.35-.004-2.88.06c-2.01.082-4.32.27-4.32.27-.098 0-.179.08-.179.18 0 .097.08.178.179.178 0 0 2.31.187 4.32.27 1.53.064 2.88.058 2.88.058a.507.507 0 1 0 0-1.016" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Calculator;
|