elementa-icons 1.23.0 → 1.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/icons/animals/DogPaw.js +14 -0
- package/dist/icons/animals/index.js +2 -0
- package/dist/icons/transportation/index.js +8 -1
- package/dist/icons/writing/Checklist.js +16 -0
- package/dist/icons/writing/Notepad.js +16 -0
- package/dist/icons/writing/index.js +3 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +7 -3
- package/dist/lib/icon-template.js +0 -2
- package/dist/types/icons/animals/DogPaw.d.ts +6 -0
- package/dist/types/icons/animals/index.d.ts +2 -0
- package/dist/types/icons/transportation/index.d.ts +8 -1
- package/dist/types/icons/writing/Checklist.d.ts +6 -0
- package/dist/types/icons/writing/Notepad.d.ts +6 -0
- package/dist/types/icons/writing/index.d.ts +3 -0
- package/dist/types/index.d.ts +6 -2
- package/package.json +1 -1
- package/src/index.ts +29 -3
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon.
|
|
5
|
+
*/
|
|
6
|
+
const DogPaw = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsx("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 29 27", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M10.955 1.118c.713.064 1.301.488 1.759 1.107.239.324.407.71.55 1.132.191.56.272 1.188.24 1.856a4.6 4.6 0 0 1-.685 2.357c-.242.392-.528.72-.877.928-.218.13-.447.232-.7.252-.701.065-1.357-.307-1.85-.927a4.7 4.7 0 0 1-.969-2.419c-.144-1.243.152-2.54.733-3.496C9.641 1.11 10.303.55 11.071.457c.02-.001.036-.019.036-.039a.037.037 0 0 0-.039-.036c-.845-.039-1.66.452-2.323 1.227-.835.976-1.381 2.403-1.44 3.837-.046 1.532.469 2.899 1.253 3.836.722.864 1.706 1.32 2.754 1.337 1.07-.012 2.066-.527 2.796-1.418a4.8 4.8 0 0 0 .841-1.552 6.2 6.2 0 0 0 .266-2.5c-.163-1.242-.597-2.345-1.283-3.132-.825-.946-1.89-1.472-2.992-1.291a.196.196 0 0 0 .015.392M21.693 3.764c.533.381.796.988.872 1.689.04.366-.009.746-.09 1.145a4.6 4.6 0 0 1-.664 1.572 4.16 4.16 0 0 1-1.609 1.54c-.36.196-.727.326-1.09.333-.22.004-.44-.012-.643-.107-.573-.257-.921-.833-1.032-1.531a4.3 4.3 0 0 1 .31-2.357c.443-1.06 1.261-1.965 2.157-2.47.75-.42 1.532-.573 2.19-.302.018.01.04.003.05-.015a.037.037 0 0 0-.015-.05c-.66-.425-1.54-.409-2.434-.095-1.126.394-2.225 1.289-2.94 2.414-.753 1.215-.97 2.56-.774 3.682a3.41 3.41 0 0 0 1.623 2.382c.88.493 1.936.539 2.951.151.491-.187.974-.48 1.405-.873a5.8 5.8 0 0 0 1.368-1.91c.434-1.084.591-2.178.39-3.131-.24-1.147-.864-2.061-1.844-2.415a.196.196 0 0 0-.181.348M27.342 12.073c.282.456.273.99.109 1.542-.086.287-.248.55-.433.824-.243.362-.58.68-.985.962a3.33 3.33 0 0 1-1.645.654c-.309.038-.603.034-.862-.06-.15-.053-.298-.112-.41-.227-.34-.336-.441-.836-.334-1.362.119-.581.4-1.19.892-1.703.645-.691 1.527-1.16 2.363-1.294.702-.112 1.35-.01 1.785.389a.037.037 0 1 0 .055-.049c-.463-.661-1.388-.912-2.404-.836-.87.066-1.775.407-2.536.948-.99.721-1.58 1.724-1.785 2.678a2.98 2.98 0 0 0 .556 2.46c.56.688 1.41 1.066 2.363 1.073.456.004.939-.08 1.408-.266a4.9 4.9 0 0 0 1.68-1.116c.67-.745 1.132-1.567 1.249-2.395.14-.996-.081-1.91-.77-2.48a.196.196 0 0 0-.296.258M2.147 7.722c.502-.185 1.024-.07 1.533.2.264.14.489.352.722.587.306.31.551.704.748 1.156a3.33 3.33 0 0 1 .314 1.742c-.024.31-.086.598-.229.833-.083.137-.169.27-.304.357-.397.267-.907.267-1.402.057a3.47 3.47 0 0 1-1.492-1.21c-.55-.77-.834-1.728-.8-2.573.03-.711.258-1.327.735-1.673a.037.037 0 1 0-.037-.064c-.74.323-1.17 1.18-1.295 2.19-.109.866.047 1.821.425 2.674.512 1.113 1.377 1.89 2.272 2.281.851.371 1.743.317 2.521-.058.785-.413 1.325-1.17 1.52-2.104.094-.445.107-.935.019-1.432a4.9 4.9 0 0 0-.76-1.869c-.6-.804-1.313-1.419-2.101-1.698-.948-.335-1.889-.299-2.584.264a.196.196 0 0 0 .195.34M21.556 19.404l-3.054-5.332a6.5 6.5 0 0 0-1.715-1.924v-.002c-.933-.698-2.297-1.36-3.935-1.24-1.147.083-2.426.568-3.794 1.715a3.7 3.7 0 0 0-.68.754c-.597.85-1.16 1.647-1.663 2.378-1.132 1.642-1.984 2.925-2.445 3.61a3.958 3.958 0 0 0-.652 2.061v.008c-.014 1.051.208 2.534 1.251 3.53.717.685 1.822 1.191 3.548 1.087l.8-.128c1.45-.412 2.554-.815 3.953-.797 1.055.013 2.271.25 3.924.89h.001a3.5 3.5 0 0 0 1.193.238h.003c1.388.005 2.433-.436 3.115-1.133.794-.81 1.11-1.947.86-3.073a9 9 0 0 0-.228-.8c-.202-.617-.429-1.159-.429-1.159a.04.04 0 0 0-.047-.023.036.036 0 0 0-.023.047s.16.56.288 1.19c.054.266.101.544.128.796.11.982-.237 1.93-.986 2.546-.612.505-1.499.761-2.622.637a2.6 2.6 0 0 1-.82-.252c-1.775-.874-3.108-1.248-4.279-1.358-1.549-.145-2.812.197-4.453.537l-.44.042c-1.035.01-1.699-.255-2.114-.678-.589-.599-.642-1.477-.626-2.09a2.04 2.04 0 0 1 .315-1.039l3.864-6.139.36-.448q.002-.001.005-.004c1.004-.96 1.96-1.42 2.845-1.548 1.277-.185 2.377.27 3.15.76a5.5 5.5 0 0 1 1.563 1.505l3.507 5.046a.2.2 0 0 0 .271.061.197.197 0 0 0 .061-.27" }) }));
|
|
13
|
+
};
|
|
14
|
+
export default DogPaw;
|
|
@@ -4,4 +4,11 @@
|
|
|
4
4
|
import Airplane from '@/src/icons/transportation/Airplane';
|
|
5
5
|
import Bus from '@/src/icons/transportation/Bus';
|
|
6
6
|
import Cab from '@/src/icons/transportation/Cab';
|
|
7
|
-
|
|
7
|
+
import Car1 from '@/src/icons/transportation/Car1';
|
|
8
|
+
import Car2 from '@/src/icons/transportation/Car2';
|
|
9
|
+
import CarService from '@/src/icons/transportation/CarService';
|
|
10
|
+
import FuelDispenserNozzle from '@/src/icons/transportation/FuelDispenserNozzle';
|
|
11
|
+
import Parking from '@/src/icons/transportation/Parking';
|
|
12
|
+
import Train from '@/src/icons/transportation/Train';
|
|
13
|
+
import Tram from '@/src/icons/transportation/Tram';
|
|
14
|
+
export { Airplane, Bus, Cab, Car1, Car2, CarService, FuelDispenserNozzle, Parking, Train, Tram };
|
|
@@ -0,0 +1,16 @@
|
|
|
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 Checklist = ({ 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 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M580.437 397.044h41.052v42.731h-41.052z", style: {
|
|
13
|
+
fill: 'none'
|
|
14
|
+
}, transform: "matrix(.62804 0 0 .69736 -364.124 -276.239)" }), _jsx("path", { d: "M10.472 4.713s-1.532-.21-2.917-.356c-.458-.049-.893-.08-1.25-.112-.406-.028-.772.143-1.056.392-.292.257-.452.638-.477 1.057-.014.462-.046 1.064-.049 1.666-.002.603.024 1.205.034 1.667.02.423.185.809.476 1.072.285.258.658.432 1.072.41l3.334-.214c.344-.025.654-.163.863-.405.2-.233.332-.533.306-.863L10.5 5.239a.03.03 0 0 0-.028-.028.03.03 0 0 0-.027.028l-.308 3.788a.47.47 0 0 1-.182.315.43.43 0 0 1-.316.084l-3.334-.215c-.047-.003-.076-.045-.106-.078-.024-.026-.014-.067-.012-.106.01-.462.037-1.064.034-1.667-.003-.602-.035-1.204-.049-1.666-.002-.044-.016-.092.011-.122.035-.04.067-.092.122-.096.357-.032.792-.064 1.25-.112 1.385-.146 2.917-.357 2.917-.357a.147.147 0 1 0 0-.294M10.876 12.713s-1.532-.21-2.917-.356c-.458-.049-.893-.08-1.25-.112-.406-.028-.772.143-1.056.392-.292.257-.452.638-.477 1.057-.014.462-.046 1.064-.049 1.666-.002.603.024 1.205.034 1.667.02.423.185.809.476 1.072.285.258.658.432 1.072.41l3.334-.214c.344-.025.654-.163.863-.405.2-.233.332-.533.306-.863l-.308-3.788a.03.03 0 0 0-.028-.028.03.03 0 0 0-.027.028l-.308 3.788a.47.47 0 0 1-.182.315.43.43 0 0 1-.316.084l-3.334-.215c-.047-.003-.076-.045-.106-.078-.024-.026-.014-.067-.012-.106.01-.462.037-1.064.034-1.667-.003-.602-.035-1.204-.049-1.666-.002-.044-.016-.092.011-.122.035-.04.067-.092.122-.096.357-.032.792-.064 1.25-.112 1.385-.146 2.917-.357 2.917-.357a.147.147 0 1 0 0-.294M10.876 20.713s-1.532-.21-2.917-.356c-.458-.049-.893-.08-1.25-.112-.406-.028-.772.143-1.056.392-.292.257-.452.638-.477 1.057-.014.462-.046 1.064-.049 1.666-.002.603.024 1.205.034 1.667.02.423.185.809.476 1.072.285.258.658.432 1.072.41l3.334-.214c.344-.025.654-.163.863-.405.2-.233.332-.533.306-.863l-.308-3.788a.03.03 0 0 0-.028-.028.03.03 0 0 0-.027.028l-.308 3.788a.47.47 0 0 1-.182.315.43.43 0 0 1-.316.084l-3.334-.215c-.047-.003-.076-.045-.106-.078-.024-.026-.014-.067-.012-.106.01-.462.037-1.064.034-1.667-.003-.602-.035-1.204-.049-1.666-.002-.044-.016-.092.011-.122.035-.04.067-.092.122-.096.357-.032.792-.064 1.25-.112 1.385-.146 2.917-.357 2.917-.357a.147.147 0 1 0 0-.294" }), _jsx("path", { d: "m25.308 3.577-.001.007c0 .108.088.196.197.196 0 0 .194-.027.196-.22l.002-.18a2.2 2.2 0 0 0-.631-1.56 2.25 2.25 0 0 0-1.57-.68L3.472.722a2.7 2.7 0 0 0-1.923.768 2.73 2.73 0 0 0-.823 1.923C.689 5.985.601 10.685.552 15.386c-.05 4.7-.062 9.402-.079 11.975a3 3 0 0 0 .878 2.12 3 3 0 0 0 2.121.873c2.652-.033 7.517-.074 12-.145 3.162-.052 6.131-.123 8-.16a2.68 2.68 0 0 0 1.876-.813 2.634 2.634 0 0 0 .739-1.875l-.578-21.29a.037.037 0 0 0-.037-.038.037.037 0 0 0-.037.037l-.577 21.291a1.367 1.367 0 0 1-.432.953 1.35 1.35 0 0 1-.954.359c-1.869-.038-4.838-.109-8-.16-4.483-.071-9.349-.113-12-.146a1 1 0 0 1-.924-.624 1 1 0 0 1-.077-.382c-.016-2.573-.028-7.275-.078-11.975s-.137-9.4-.175-11.974a1.28 1.28 0 0 1 .349-.905 1.32 1.32 0 0 1 .905-.404l20.029-.42c.477-.01.916.17 1.238.473.329.31.543.743.561 1.23l.007.18z" }), _jsx("path", { d: "M13.472 8.037s1.841.007 3.926-.078c2.74-.111 5.888-.36 5.888-.36a.239.239 0 1 0 0-.478s-3.147-.25-5.888-.36c-2.085-.085-3.925-.078-3.925-.078a.677.677 0 1 0-.001 1.354M13.472 16.064s1.841.006 3.926-.079c2.74-.11 5.888-.36 5.888-.36a.239.239 0 1 0 0-.477s-3.147-.25-5.888-.36c-2.085-.086-3.925-.078-3.925-.078a.677.677 0 1 0-.001 1.354M13.488 24.037s1.841.007 3.926-.078c2.74-.111 5.888-.36 5.888-.36a.239.239 0 1 0 0-.478s-3.147-.25-5.888-.36c-2.085-.085-3.925-.078-3.925-.078a.677.677 0 1 0-.001 1.354M8.207 7.746a25 25 0 0 0-.54-.601c-.484-.519-.985-.995-.985-.995a.12.12 0 0 0-.166-.028.12.12 0 0 0-.028.167s.29.627.626 1.251c.331.616.696 1.204.696 1.204.09.125.234.2.386.2 0 0 .193 0 .409-.207.104-.096.324-.297.595-.58.188-.197.394-.434.615-.69.445-.52.932-1.118 1.376-1.672a91 91 0 0 0 1.34-1.705c.01-.009.01-.026 0-.037-.01-.009-.027-.009-.038.002 0 0-.766.606-1.68 1.37-.543.454-1.133.952-1.645 1.405-.254.227-.487.438-.68.628q-.16.158-.28.288M8.688 23.681a25 25 0 0 0-.54-.601c-.484-.519-.985-.995-.985-.995a.12.12 0 0 0-.166-.028.12.12 0 0 0-.028.167s.29.627.626 1.251c.331.616.696 1.204.696 1.204.09.125.234.2.386.2 0 0 .193 0 .409-.207.104-.096.324-.297.595-.58.188-.197.394-.434.615-.69.445-.52.932-1.118 1.376-1.672a91 91 0 0 0 1.34-1.705c.01-.009.01-.026 0-.037-.01-.009-.027-.009-.038.002 0 0-.766.606-1.68 1.37-.543.454-1.133.952-1.645 1.405-.254.227-.487.438-.68.628q-.16.158-.28.288" })] }));
|
|
15
|
+
};
|
|
16
|
+
export default Checklist;
|
|
@@ -0,0 +1,16 @@
|
|
|
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 Notepad = ({ 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 24 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M892 1794.45h22.468v31.33H892z", style: {
|
|
13
|
+
fill: 'none'
|
|
14
|
+
}, transform: "matrix(1.00155 0 0 1.00068 -892.41 -1794.982)" }), _jsx("path", { d: "m5.964 4.792-1.977-.085a2.3 2.3 0 0 0-1.662.62 2.38 2.38 0 0 0-.755 1.661c-.082 2.425-.25 6.717-.372 11.015-.054 1.89-.095 3.779-.126 5.509-.04 2.204-.054 4.15-.072 5.508a2.986 2.986 0 0 0 2.987 2.999c1.637-.013 4.1-.017 6.708-.05 3.72-.045 7.73-.135 10.063-.175a2.76 2.76 0 0 0 1.939-.835 2.72 2.72 0 0 0 .772-1.94l-.535-22.03a2.15 2.15 0 0 0-.668-1.51 2.1 2.1 0 0 0-1.508-.581l-1.944.054a.037.037 0 0 0-.038.037c0 .02.017.036.038.036l1.944.054c.522.014.988.238 1.32.59.325.343.518.809.505 1.32l-.535 22.03c-.008.352-.165.663-.4.89-.23.22-.546.344-.89.336-2.333-.041-6.344-.13-10.063-.177-2.608-.03-5.071-.035-6.708-.048a1 1 0 0 1-.71-.29 1 1 0 0 1-.304-.71c-.017-1.358-.032-3.304-.071-5.508-.032-1.73-.073-3.619-.127-5.509-.122-4.298-.29-8.59-.372-11.015-.02-.447.136-.86.417-1.166.291-.32.7-.531 1.167-.552l1.977-.085a.197.197 0 0 0 0-.393" }), _jsx("path", { d: "m9.605 3.147-2.522.127a.674.674 0 0 0-.616.429.7.7 0 0 0-.045.255l.105 1.93c.01.152.067.292.172.385a.54.54 0 0 0 .384.146l1.788-.105a.147.147 0 1 0 0-.294l-1.788-.103-.002-.028.1-1.8 2.773.14c.2.008.378-.08.517-.203a.75.75 0 0 0 .236-.507c.1-1.003.887-1.469 1.655-1.449.723.02 1.43.507 1.476 1.458a.95.95 0 0 0 .944.897l2.506-.05.057 1.25c-.638.035-1.715.095-2.865.17-2.259.148-4.773.346-4.773.346a.027.027 0 0 0-.028.026c0 .016.012.028.028.028 0 0 2.514.197 4.773.346 1.37.09 2.637.155 3.182.188a.845.845 0 0 0 .792-.512.9.9 0 0 0 .07-.328l.088-1.93a.95.95 0 0 0-.273-.678.95.95 0 0 0-.677-.288l-2.403-.056C14.916 1.415 13.637.653 12.36.69c-1.284.037-2.572.857-2.755 2.456m8.029 2.461-.03.002h-.003l.06-.003zM9.585 3.45v.02zm5.748-.028v.006zM6.084 13.119s2.357.004 5.031-.04c3.504-.055 7.547-.18 7.547-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.118s-4.043-.125-7.547-.18c-2.673-.043-5.031-.04-5.031-.04a.34.34 0 0 0-.338.34c-.001.186.15.338.338.338M6.084 17.38s2.357.004 5.031-.04c3.504-.056 7.547-.18 7.547-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.118s-4.043-.125-7.547-.18c-2.673-.043-5.031-.04-5.031-.04a.34.34 0 0 0-.338.34c-.001.186.15.338.338.337M6.083 21.571s1.874.005 3.997-.04c2.785-.055 5.995-.18 5.995-.18a.12.12 0 0 0 .12-.118.12.12 0 0 0-.12-.12s-3.211-.124-5.995-.18c-2.123-.042-3.997-.04-3.997-.04a.339.339 0 0 0 0 .678" })] }));
|
|
15
|
+
};
|
|
16
|
+
export default Notepad;
|