elementa-icons 1.25.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.
@@ -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;
@@ -0,0 +1,3 @@
1
+ import Checklist from '@/src/icons/writing/Checklist';
2
+ import Notepad from '@/src/icons/writing/Notepad';
3
+ export { Checklist, Notepad };