elementa-icons 1.41.0 → 1.42.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,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const Shapes = ({ 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 32 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M11.734 2.892A6.42 6.42 0 0 0 7.414.875c-1.717-.098-3.403.554-4.689 1.82A6.3 6.3 0 0 0 .998 7.588c.14 1.694.978 3.355 2.391 4.59 1.42 1.184 3.145 1.752 4.816 1.658 1.698-.096 3.33-.829 4.463-2.21 1.063-1.315 1.554-3.128 1.387-4.903-.158-1.68-.876-3.31-2.19-4.366a.037.037 0 0 0-.05.055c1.13 1.132 1.653 2.735 1.632 4.335-.02 1.553-.567 3.093-1.607 4.136-.987 1.003-2.318 1.46-3.658 1.425-1.267-.034-2.539-.545-3.545-1.518-1.004-.928-1.534-2.153-1.657-3.385-.127-1.26.162-2.551 1.02-3.566.865-1.091 2.109-1.7 3.431-1.815a5.8 5.8 0 0 1 4.04 1.159.196.196 0 1 0 .263-.292M30.415 1.51s-3.62-.282-6.854-.476c-1.074-.065-2.102-.107-2.938-.15-.775-.03-1.48.282-2.007.772-.538.5-.858 1.217-.884 2.008-.019 1.087-.062 2.501-.065 3.916s.032 2.83.044 3.917c.023.798.346 1.52.884 2.029.53.5 1.242.818 2.028.796l7.834-.288a2.5 2.5 0 0 0 1.75-.787 2.42 2.42 0 0 0 .655-1.75l-.41-8.902a.037.037 0 0 0-.037-.037.037.037 0 0 0-.036.037l-.412 8.902a1.47 1.47 0 0 1-.49 1.02c-.266.245-.63.375-1.02.36l-7.834-.288a1.06 1.06 0 0 1-.74-.35 1.03 1.03 0 0 1-.264-.742c.012-1.087.049-2.502.045-3.917s-.047-2.83-.065-3.916c-.01-.291.08-.564.262-.762.194-.209.456-.364.762-.376.836-.042 1.864-.084 2.938-.149 3.234-.194 6.854-.476 6.854-.476a.196.196 0 1 0 0-.391M24.156 17.596s-1.551 2.09-3.276 4.524c-.53.75-1.07 1.53-1.587 2.292-.559.823-1.08 1.623-1.544 2.319a2.49 2.49 0 0 0-.003 2.675c.254.41.62.74 1.051.965.403.212.866.325 1.345.326.999-.018 2.157-.028 3.346-.061 1.745-.049 3.55-.133 5.017-.188a2.7 2.7 0 0 0 1.215-.33c.376-.216.702-.51.917-.881.214-.371.33-.774.316-1.179a2.16 2.16 0 0 0-.357-1.144L24.7 18.38a.037.037 0 0 0-.05-.011.037.037 0 0 0-.012.05l4.955 9.103a.923.923 0 0 1-.085.99c-.108.153-.267.26-.439.338-.17.08-.365.104-.564.095-1.466-.054-3.272-.138-5.017-.187-1.189-.033-2.347-.043-3.346-.061a.95.95 0 0 1-.433-.1.77.77 0 0 1-.305-.255.6.6 0 0 1-.047-.637c.403-.733.87-1.566 1.341-2.442.437-.812.88-1.65 1.299-2.468 1.36-2.655 2.494-4.997 2.494-4.997a.196.196 0 0 0-.335-.203M7.29 17.141l-5.668 2.683a.71.71 0 0 0-.354.612s-.127 2.006-.2 3.75c-.055 1.328-.075 2.5-.075 2.5a.98.98 0 0 0 .491.85s1.341.804 2.704 1.568c1.364.765 2.749 1.488 2.749 1.488.28.162.623.162.903 0l5.282-3.35a.64.64 0 0 0 .322-.556l-.323-6.25a.32.32 0 0 0-.161-.278l-4.51-2.261a.037.037 0 0 0-.051.013.037.037 0 0 0 .014.05l4.06 2.642-.294 5.684-4.75 2.486c-.493-.31-1.367-.853-2.253-1.38-.852-.506-1.715-.998-2.23-1.29-.012-.466-.032-1.166-.063-1.916a196 196 0 0 0-.178-3.398l4.782-3.308a.196.196 0 0 0-.197-.34" }) }));
13
+ };
14
+ export default Shapes;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders a track line.
5
+ */
6
+ const TrackLine = ({ 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 31 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "m.394 16.42 3.358.128a.65.65 0 0 1 .551.358l1.9 3.568a.5.5 0 0 0 .91-.095l2.513-7.003c.403 1.682.958 3.978 1.53 6.27 1.102 4.423 2.266 8.829 2.266 8.829a.993.993 0 0 0 1.937-.07s1.185-6.73 2.326-13.468c.647-3.823 1.279-7.647 1.706-10.241l1.923 10.722a1.24 1.24 0 0 0 1.238 1.028l7.788-.185c.02 0 .036-.017.036-.037a.037.037 0 0 0-.036-.037l-7.788-.185a.77.77 0 0 1-.737-.662L19.924 1.262a.566.566 0 0 0-1.115-.015s-1.395 6.689-2.746 13.39c-.668 3.313-1.325 6.628-1.819 9.133a628 628 0 0 0-1.234-4.607c-1.198-4.398-2.457-8.778-2.457-8.778a.796.796 0 0 0-1.528-.046l-2.554 8.672-1.537-2.469a1.35 1.35 0 0 0-1.182-.642l-3.358.128a.196.196 0 0 0 0 .392" }) }));
13
+ };
14
+ export default TrackLine;
@@ -0,0 +1,3 @@
1
+ import Shapes from '@/src/icons/shapes-symbols-punctuation/Shapes';
2
+ import TrackLine from '@/src/icons/shapes-symbols-punctuation/TrackLine';
3
+ export { Shapes, TrackLine };