@loomhq/lens 10.46.2 → 10.47.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 +5 -0
- package/dist/components/icon/available-icons/index.js +5 -0
- package/dist/components/icon/available-icons/speed-fast.d.ts +2 -0
- package/dist/components/icon/available-icons/speed-fast.js +6 -0
- package/dist/components/icon/available-icons/speed-medium.d.ts +2 -0
- package/dist/components/icon/available-icons/speed-medium.js +6 -0
- package/dist/components/icon/available-icons/speed-slow.d.ts +2 -0
- package/dist/components/icon/available-icons/speed-slow.js +6 -0
- package/dist/components/icon/available-icons/speed-x-fast.d.ts +2 -0
- package/dist/components/icon/available-icons/speed-x-fast.js +6 -0
- package/dist/components/icon/available-icons/speed-x-slow.d.ts +2 -0
- package/dist/components/icon/available-icons/speed-x-slow.js +6 -0
- package/package.json +1 -1
|
@@ -185,6 +185,11 @@ export { default as SvgMenuHide } from "./menu-hide.js";
|
|
|
185
185
|
export { default as SvgScreenCam } from "./screen-cam.js";
|
|
186
186
|
export { default as SvgHome } from "./home.js";
|
|
187
187
|
export { default as SvgSchool } from "./school.js";
|
|
188
|
+
export { default as SvgSpeedXSlow } from "./speed-x-slow.js";
|
|
189
|
+
export { default as SvgSpeedSlow } from "./speed-slow.js";
|
|
190
|
+
export { default as SvgSpeedMedium } from "./speed-medium.js";
|
|
191
|
+
export { default as SvgSpeedFast } from "./speed-fast.js";
|
|
192
|
+
export { default as SvgSpeedXFast } from "./speed-x-fast.js";
|
|
188
193
|
export { default as SvgNotes } from "./notes.js";
|
|
189
194
|
export { default as SvgArrowDownward } from "./arrow-downward.js";
|
|
190
195
|
export { default as SvgArrowUpward } from "./arrow-upward.js";
|
|
@@ -185,6 +185,11 @@ export { default as SvgMenuHide } from './menu-hide.js';
|
|
|
185
185
|
export { default as SvgScreenCam } from './screen-cam.js';
|
|
186
186
|
export { default as SvgHome } from './home.js';
|
|
187
187
|
export { default as SvgSchool } from './school.js';
|
|
188
|
+
export { default as SvgSpeedXSlow } from './speed-x-slow.js';
|
|
189
|
+
export { default as SvgSpeedSlow } from './speed-slow.js';
|
|
190
|
+
export { default as SvgSpeedMedium } from './speed-medium.js';
|
|
191
|
+
export { default as SvgSpeedFast } from './speed-fast.js';
|
|
192
|
+
export { default as SvgSpeedXFast } from './speed-x-fast.js';
|
|
188
193
|
export { default as SvgNotes } from './notes.js';
|
|
189
194
|
export { default as SvgArrowDownward } from './arrow-downward.js';
|
|
190
195
|
export { default as SvgArrowUpward } from './arrow-upward.js';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeedFast(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "m18 13c0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 1.6791.6884 3.1956 1.80092 4.2858.39446.3865.40088 1.0196.01434 1.4141-.38655.3945-1.01968.4009-1.41414.0143-1.48059-1.4508-2.40112-3.4759-2.40112-5.7142 0-4.41828 3.58172-8 8-8 4.4183 0 8 3.58172 8 8 0 2.2383-.9205 4.2634-2.4011 5.7142-.3945.3866-1.0276.3802-1.4142-.0143-.3865-.3945-.3801-1.0276.0144-1.4141 1.1125-1.0902 1.8009-2.6067 1.8009-4.2858zm-3.0135-1.8061c.0844-.1096.2369-.1398.3568-.0706.1258.0726.1738.2305.1097.3609l-2.7764 5.6458c-.2309.4695-.8108.6458-1.2639.3842-.4738-.2735-.5982-.9017-.2645-1.3352z", fill: "currentColor", fillRule: "evenodd" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeedFast;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeedMedium(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "m6 13c0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6 0 1.6791-.6884 3.1956-1.8009 4.2858-.3945.3865-.4009 1.0196-.0144 1.4141.3866.3945 1.0197.4009 1.4142.0143 1.4806-1.4508 2.4011-3.4759 2.4011-5.7142 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 2.2383.92053 4.2634 2.40112 5.7142.39446.3866 1.02759.3802 1.41414-.0143.38654-.3945.38012-1.0276-.01434-1.4141-1.11252-1.0902-1.80092-2.6067-1.80092-4.2858zm6.0319-2.2604c-.0183-.1372-.1353-.2396-.2736-.2396-.1454 0-.2658.1127-.2755.2577l-.4185 6.2776c-.0348.5221.3793.9647.9025.9647.5471 0 .9689-.4818.8966-1.0241z", fill: "currentColor", fillRule: "evenodd" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeedMedium;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeedSlow(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "m6 13c0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6 0 1.6791-.6884 3.1956-1.8009 4.2858-.3945.3865-.4009 1.0196-.0144 1.4141.3866.3945 1.0197.4009 1.4142.0143 1.4806-1.4508 2.4011-3.4759 2.4011-5.7142 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 2.2383.92053 4.2634 2.40112 5.7142.39446.3866 1.02759.3802 1.41414-.0143.38654-.3945.38012-1.0276-.01434-1.4141-1.11252-1.0902-1.80092-2.6067-1.80092-4.2858zm3.01352-1.8061c-.08442-.1096-.23696-.1398-.3568-.0706-.12587.0726-.17384.2305-.1097.3609l2.77638 5.6458c.2309.4695.8108.6458 1.2639.3842.4738-.2735.5982-.9017.2645-1.3352z", fill: "currentColor", fillRule: "evenodd" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeedSlow;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeedXFast(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "m18 13c0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 1.6791.6884 3.1956 1.80092 4.2858.39446.3865.40088 1.0196.01434 1.4141-.38655.3945-1.01968.4009-1.41414.0143-1.48059-1.4508-2.40112-3.4759-2.40112-5.7142 0-4.41828 3.58172-8 8-8 4.4183 0 8 3.58172 8 8 0 2.2383-.9205 4.2634-2.4011 5.7142-.3945.3866-1.0276.3802-1.4142-.0143-.3865-.3945-.3801-1.0276.0144-1.4141 1.1125-1.0902 1.8009-2.6067 1.8009-4.2858zm-1.8991-1.2548c.1099-.0841.265-.0738.3629.0241.1027.1027.1082.2676.0125.377l-4.143 4.7348c-.3445.3938-.9503.414-1.3203.044-.3868-.3868-.3444-1.0258.0901-1.3582z", fill: "currentColor", fillRule: "evenodd" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeedXFast;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeedXSlow(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "m6 13c0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6 0 1.6791-.6884 3.1956-1.8009 4.2858-.3945.3865-.4009 1.0196-.0144 1.4141.3866.3945 1.0197.4009 1.4142.0143 1.4806-1.4508 2.4011-3.4759 2.4011-5.7142 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 2.2383.92053 4.2634 2.40112 5.7142.39446.3866 1.02759.3802 1.41414-.0143.38654-.3945.38012-1.0276-.01434-1.4141-1.11252-1.0902-1.80092-2.6067-1.80092-4.2858zm1.89915-1.2548c-.10992-.0841-.26508-.0738-.36292.0241-.10278.1027-.10827.2676-.01256.377l4.14303 4.7348c.3445.3938.9503.414 1.3203.044.3868-.3868.3444-1.0258-.0901-1.3582z", fill: "currentColor", fillRule: "evenodd" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeedXSlow;
|