@loomhq/lens 11.4.0 → 11.5.1
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/components/icon/available-icons/index.d.ts +1 -0
- package/dist/components/icon/available-icons/numbered-list.d.ts +2 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +431 -384
- package/dist/icons/numbered-list.d.ts +2 -0
- package/dist/icons/numbered-list.js +48 -0
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// src/components/icon/available-icons/numbered-list.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var SvgNumberedList = () => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
fillRule: "evenodd",
|
|
7
|
+
clipRule: "evenodd",
|
|
8
|
+
d: "M7.44439 7C7.44439 6.44772 7.89211 6 8.44439 6H19.9999C20.5522 6 20.9999 6.44772 20.9999 7C20.9999 7.55228 20.5522 8 19.9999 8H8.44439C7.89211 8 7.44439 7.55228 7.44439 7Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}
|
|
11
|
+
), /* @__PURE__ */ React.createElement(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M7.44439 12.3333C7.44439 11.781 7.89211 11.3333 8.44439 11.3333H19.9999C20.5522 11.3333 20.9999 11.781 20.9999 12.3333C20.9999 12.8856 20.5522 13.3333 19.9999 13.3333H8.44439C7.89211 13.3333 7.44439 12.8856 7.44439 12.3333Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
), /* @__PURE__ */ React.createElement(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M7.44439 17.6667C7.44439 17.1144 7.89211 16.6667 8.44439 16.6667H19.9999C20.5522 16.6667 20.9999 17.1144 20.9999 17.6667C20.9999 18.219 20.5522 18.6667 19.9999 18.6667H8.44439C7.89211 18.6667 7.44439 18.219 7.44439 17.6667Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
), /* @__PURE__ */ React.createElement(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M4.88495 9H4.09995V6.65H3.30495V6.12C3.82495 6.11 4.14495 5.82 4.20995 5.455H4.88495V9Z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}
|
|
33
|
+
), /* @__PURE__ */ React.createElement(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M4.015 11.835L3.265 11.815C3.25 11.76 3.24 11.65 3.24 11.555C3.24 10.93 3.725 10.38 4.525 10.38C5.305 10.38 5.8 10.91 5.8 11.54C5.8 11.99 5.58 12.37 5.115 12.635L4.415 13.035C4.28 13.115 4.18 13.215 4.15 13.335H5.79V14H3.205C3.21 13.36 3.385 12.83 4.025 12.465L4.6 12.135C4.895 11.965 5.01 11.805 5.01 11.555C5.01 11.29 4.805 11.085 4.525 11.085C4.2 11.085 3.99 11.31 3.99 11.64C3.99 11.695 3.995 11.77 4.015 11.835Z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
}
|
|
39
|
+
), /* @__PURE__ */ React.createElement(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
d: "M4.205 17.7L3.865 17.16L4.755 16.37H3.28V15.705H5.735V16.345L4.88 17.085C5.39 17.11 5.84 17.505 5.84 18.155C5.84 18.78 5.335 19.325 4.505 19.325C3.71 19.325 3.22 18.8 3.17 18.21L3.92 18.055C3.935 18.4 4.165 18.65 4.5 18.65C4.85 18.65 5.045 18.405 5.045 18.135C5.045 17.785 4.795 17.625 4.515 17.625C4.41 17.625 4.28 17.655 4.205 17.7Z",
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}
|
|
45
|
+
));
|
|
46
|
+
export {
|
|
47
|
+
SvgNumberedList
|
|
48
|
+
};
|