@loomhq/lens 11.4.0 → 11.5.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/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: "M11.4444 11C11.4444 10.4477 11.8921 10 12.4444 10H23.9999C24.5522 10 24.9999 10.4477 24.9999 11C24.9999 11.5523 24.5522 12 23.9999 12H12.4444C11.8921 12 11.4444 11.5523 11.4444 11Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}
|
|
11
|
+
), /* @__PURE__ */ React.createElement(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M11.4444 16.3333C11.4444 15.781 11.8921 15.3333 12.4444 15.3333H23.9999C24.5522 15.3333 24.9999 15.781 24.9999 16.3333C24.9999 16.8856 24.5522 17.3333 23.9999 17.3333H12.4444C11.8921 17.3333 11.4444 16.8856 11.4444 16.3333Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
), /* @__PURE__ */ React.createElement(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M11.4444 21.6667C11.4444 21.1144 11.8921 20.6667 12.4444 20.6667H23.9999C24.5522 20.6667 24.9999 21.1144 24.9999 21.6667C24.9999 22.219 24.5522 22.6667 23.9999 22.6667H12.4444C11.8921 22.6667 11.4444 22.219 11.4444 21.6667Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
), /* @__PURE__ */ React.createElement(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M8.8852 13H8.1002V10.65H7.3052V10.12C7.8252 10.11 8.1452 9.82 8.2102 9.455H8.8852V13Z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}
|
|
33
|
+
), /* @__PURE__ */ React.createElement(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M8.015 15.835L7.265 15.815C7.25 15.76 7.24 15.65 7.24 15.555C7.24 14.93 7.725 14.38 8.525 14.38C9.305 14.38 9.8 14.91 9.8 15.54C9.8 15.99 9.58 16.37 9.115 16.635L8.415 17.035C8.28 17.115 8.18 17.215 8.15 17.335H9.79V18H7.205C7.21 17.36 7.385 16.83 8.025 16.465L8.6 16.135C8.895 15.965 9.01 15.805 9.01 15.555C9.01 15.29 8.805 15.085 8.525 15.085C8.2 15.085 7.99 15.31 7.99 15.64C7.99 15.695 7.995 15.77 8.015 15.835Z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
}
|
|
39
|
+
), /* @__PURE__ */ React.createElement(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
d: "M8.205 21.7L7.865 21.16L8.755 20.37H7.28V19.705H9.735V20.345L8.88 21.085C9.39 21.11 9.84 21.505 9.84 22.155C9.84 22.78 9.335 23.325 8.505 23.325C7.71 23.325 7.22 22.8 7.17 22.21L7.92 22.055C7.935 22.4 8.165 22.65 8.5 22.65C8.85 22.65 9.045 22.405 9.045 22.135C9.045 21.785 8.795 21.625 8.515 21.625C8.41 21.625 8.28 21.655 8.205 21.7Z",
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}
|
|
45
|
+
));
|
|
46
|
+
export {
|
|
47
|
+
SvgNumberedList
|
|
48
|
+
};
|