@vellira-ui/icons 2.41.0 → 2.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.
- package/dist/generated/MoreHorizontal.native.js +1 -1
- package/dist/generated/MoreHorizontal.native.js.map +1 -1
- package/dist/generated/MoreHorizontal.web.js +1 -1
- package/dist/generated/MoreHorizontal.web.js.map +1 -1
- package/dist/generated/MoreVertical.native.js +1 -1
- package/dist/generated/MoreVertical.native.js.map +1 -1
- package/dist/generated/MoreVertical.web.js +1 -1
- package/dist/generated/MoreVertical.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from 'react-native-svg';
|
|
3
|
-
const MoreHorizontal = ({ size = 16, color = 'currentColor', ...props }) => (_jsx(Svg, { width: size, height: size, viewBox: '0 0 24 24', fill: color, ...props, children: _jsx(Path, { d: 'M5
|
|
3
|
+
const MoreHorizontal = ({ size = 16, color = 'currentColor', ...props }) => (_jsx(Svg, { width: size, height: size, viewBox: '0 0 24 24', fill: color, ...props, children: _jsx(Path, { d: 'M5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10ZM12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10ZM19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10Z', fill: color }) }));
|
|
4
4
|
export default MoreHorizontal;
|
|
5
5
|
//# sourceMappingURL=MoreHorizontal.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreHorizontal.native.js","sourceRoot":"","sources":["../../src/generated/MoreHorizontal.native.tsx"],"names":[],"mappings":";AAAA,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,cAAc,GAAG,CAAC,EACtB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,KAAM,KAAK,YACxE,KAAC,IAAI,IACH,CAAC,EAAC,
|
|
1
|
+
{"version":3,"file":"MoreHorizontal.native.js","sourceRoot":"","sources":["../../src/generated/MoreHorizontal.native.tsx"],"names":[],"mappings":";AAAA,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,cAAc,GAAG,CAAC,EACtB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,KAAM,KAAK,YACxE,KAAC,IAAI,IACH,CAAC,EAAC,8VAA8V,EAChW,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAC;AACF,eAAe,cAAc,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const MoreHorizontal = ({ size = 16, color = 'currentColor', ...props }) => (_jsx("svg", { width: size, height: size, viewBox: '0 0 24 24', fill: color, xmlns: 'http://www.w3.org/2000/svg', ...props, children: _jsx("path", { d: 'M5
|
|
2
|
+
const MoreHorizontal = ({ size = 16, color = 'currentColor', ...props }) => (_jsx("svg", { width: size, height: size, viewBox: '0 0 24 24', fill: color, xmlns: 'http://www.w3.org/2000/svg', ...props, children: _jsx("path", { d: 'M5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10ZM12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10ZM19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10Z', fill: color }) }));
|
|
3
3
|
export default MoreHorizontal;
|
|
4
4
|
//# sourceMappingURL=MoreHorizontal.web.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreHorizontal.web.js","sourceRoot":"","sources":["../../src/generated/MoreHorizontal.web.tsx"],"names":[],"mappings":";AAMA,MAAM,cAAc,GAAG,CAAC,EACtB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,cACE,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,CAAC,EAAC,
|
|
1
|
+
{"version":3,"file":"MoreHorizontal.web.js","sourceRoot":"","sources":["../../src/generated/MoreHorizontal.web.tsx"],"names":[],"mappings":";AAMA,MAAM,cAAc,GAAG,CAAC,EACtB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,cACE,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,CAAC,EAAC,8VAA8V,EAChW,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAC;AACF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from 'react-native-svg';
|
|
3
|
-
const MoreVertical = ({ size = 16, color = 'currentColor', ...props }) => (_jsx(Svg, { width: size, height: size, viewBox: '0 0 24 24', fill: color, ...props, children: _jsx(Path, { d: '
|
|
3
|
+
const MoreVertical = ({ size = 16, color = 'currentColor', ...props }) => (_jsx(Svg, { width: size, height: size, viewBox: '0 0 24 24', fill: color, ...props, children: _jsx(Path, { d: 'M10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5Z', fill: color }) }));
|
|
4
4
|
export default MoreVertical;
|
|
5
5
|
//# sourceMappingURL=MoreVertical.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreVertical.native.js","sourceRoot":"","sources":["../../src/generated/MoreVertical.native.tsx"],"names":[],"mappings":";AAAA,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,YAAY,GAAG,CAAC,EACpB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,KAAM,KAAK,YACxE,KAAC,IAAI,IACH,CAAC,EAAC,
|
|
1
|
+
{"version":3,"file":"MoreVertical.native.js","sourceRoot":"","sources":["../../src/generated/MoreVertical.native.tsx"],"names":[],"mappings":";AAAA,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,YAAY,GAAG,CAAC,EACpB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,KAAM,KAAK,YACxE,KAAC,IAAI,IACH,CAAC,EAAC,8VAA8V,EAChW,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const MoreVertical = ({ size = 16, color = 'currentColor', ...props }) => (_jsx("svg", { width: size, height: size, viewBox: '0 0 24 24', fill: color, xmlns: 'http://www.w3.org/2000/svg', ...props, children: _jsx("path", { d: '
|
|
2
|
+
const MoreVertical = ({ size = 16, color = 'currentColor', ...props }) => (_jsx("svg", { width: size, height: size, viewBox: '0 0 24 24', fill: color, xmlns: 'http://www.w3.org/2000/svg', ...props, children: _jsx("path", { d: 'M10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5Z', fill: color }) }));
|
|
3
3
|
export default MoreVertical;
|
|
4
4
|
//# sourceMappingURL=MoreVertical.web.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreVertical.web.js","sourceRoot":"","sources":["../../src/generated/MoreVertical.web.tsx"],"names":[],"mappings":";AAMA,MAAM,YAAY,GAAG,CAAC,EACpB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,cACE,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,CAAC,EAAC,
|
|
1
|
+
{"version":3,"file":"MoreVertical.web.js","sourceRoot":"","sources":["../../src/generated/MoreVertical.web.tsx"],"names":[],"mappings":";AAMA,MAAM,YAAY,GAAG,CAAC,EACpB,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,GAAG,KAAK,EACE,EAAE,EAAE,CAAC,CACf,cACE,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAE,KAAK,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,CAAC,EAAC,8VAA8V,EAChW,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
|