@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.52 → 1.1.54
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/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/index.mjs.map +1 -0
- package/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +36 -8
- package/icons/index.d.ts +3 -1
- package/icons-index.json +9 -5
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -7
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -805,6 +805,13 @@
|
|
|
805
805
|
"iconName": "arrow-share-right, next, forward",
|
|
806
806
|
"pathname": "src/IconArrowShareRight"
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"svg": "<Path d=\"M15.707 16.293L14.293 17.707L13 16.4141V21H11V16.4141L9.70703 17.707L8.29297 16.293L12 12.5859L15.707 16.293Z\" fill=\"currentColor\"/><Path d=\"M8 6H4V18H8V20H2V4H8V6Z\" fill=\"currentColor\"/><Path d=\"M22 20H16V18H20V6H16V4H22V20Z\" fill=\"currentColor\"/><Path d=\"M13 7.58594L14.293 6.29297L15.707 7.70703L12 11.4141L8.29297 7.70703L9.70703 6.29297L11 7.58594V3H13V7.58594Z\" fill=\"currentColor\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3H10V5H6.41421L12 10.5858L17.5858 5H14V3H21V10H19V6.41421L13 12.4142V21H11V12.4142L5 6.41421V10H3V3Z\" fill=\"currentColor\"/>",
|
|
810
817
|
"tags": "Path",
|
|
@@ -847,6 +854,13 @@
|
|
|
847
854
|
"iconName": "arrows-repeat-right-left-off, repost-off",
|
|
848
855
|
"pathname": "src/IconArrowsRepeatRightLeftOff"
|
|
849
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"svg": "<Path d=\"M13 18.5859L14.293 17.293L15.707 18.707L12 22.4141L8.29297 18.707L9.70703 17.293L11 18.5859V14H13V18.5859ZM8 10H4V14H8V16H2V8H8V10ZM22 16H16V14H20V10H16V8H22V16ZM15.707 5.29297L14.293 6.70703L13 5.41406V10H11V5.41406L9.70703 6.70703L8.29297 5.29297L12 1.58594L15.707 5.29297Z\" fill=\"currentColor\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M10.707 14.707L7.41406 18H10V20H4V14H6V16.5859L9.29297 13.293L10.707 14.707Z\" fill=\"currentColor\"/><Path d=\"M18 16.5859V14H20V20H14V18H16.5859L13.293 14.707L14.707 13.293L18 16.5859Z\" fill=\"currentColor\"/><Path d=\"M10 6H7.41406L10.707 9.29297L9.29297 10.707L6 7.41406V10H4V4H10V6Z\" fill=\"currentColor\"/><Path d=\"M20 10H18V7.41406L14.707 10.707L13.293 9.29297L16.5859 6H14V4H20V10Z\" fill=\"currentColor\"/>",
|
|
852
866
|
"tags": "Path",
|
|
@@ -10717,6 +10731,13 @@
|
|
|
10717
10731
|
"iconName": "vector-anchor-point-disconnected",
|
|
10718
10732
|
"pathname": "src/IconVectorAnchorPointDisconnected"
|
|
10719
10733
|
},
|
|
10734
|
+
{
|
|
10735
|
+
"svg": "<Path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\"/><Path d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\" fill=\"currentColor\"/><Path d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10736
|
+
"tags": "Path",
|
|
10737
|
+
"componentName": "IconVectorAnchorPointMirrored",
|
|
10738
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
10739
|
+
"pathname": "src/IconVectorAnchorPointMirrored"
|
|
10740
|
+
},
|
|
10720
10741
|
{
|
|
10721
10742
|
"svg": "<Path d=\"M12 4C14.2091 4 16 5.79086 16 8C16 8.74175 15.7971 9.43577 15.4453 10.0312L22.4141 17L21 18.4141L14.0312 11.4453C13.4358 11.7971 12.7417 12 12 12C11.258 12 10.5634 11.7974 9.96777 11.4453L3 18.4141L1.58594 17L8.55371 10.0312C8.20203 9.43587 8 8.74157 8 8C8 5.79086 9.79086 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10722
10743
|
"tags": "Path",
|
|
@@ -10724,13 +10745,6 @@
|
|
|
10724
10745
|
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
10725
10746
|
"pathname": "src/IconVectorAnchorPointStraight"
|
|
10726
10747
|
},
|
|
10727
|
-
{
|
|
10728
|
-
"svg": "<Path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\"/><Path d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\" fill=\"currentColor\"/><Path d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10729
|
-
"tags": "Path",
|
|
10730
|
-
"componentName": "IconVectorAnchorPointStraight1",
|
|
10731
|
-
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10732
|
-
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10733
|
-
},
|
|
10734
10748
|
{
|
|
10735
10749
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.1005 9.20829C19.9054 5.32333 16.2833 2.5 12.0001 2.5C7.71683 2.5 4.09476 5.32331 2.8996 9.20824C1.78715 9.64708 1 10.7316 1 12C1 13.2684 1.78715 14.3529 2.8996 14.7918C4.09476 18.6767 7.71683 21.5 12.0001 21.5C16.2833 21.5 19.9054 18.6767 21.1005 14.7917C22.2129 14.3528 23 13.2683 23 12C23 10.7317 22.2129 9.64716 21.1005 9.20829ZM12.0001 4.5C8.84692 4.5 6.14682 6.43663 5.03028 9.1816C5.8684 9.48806 6.53159 10.1577 6.82929 11H17.1707C17.4684 10.1577 18.1316 9.48801 18.9698 9.18156C17.8533 6.43662 15.1532 4.5 12.0001 4.5ZM18.9698 14.8184C18.1316 14.512 17.4684 13.8423 17.1707 13H6.82929C6.53159 13.8423 5.8684 14.5119 5.03028 14.8184C6.14682 17.5634 8.84692 19.5 12.0001 19.5C15.1532 19.5 17.8533 17.5634 18.9698 14.8184Z\" fill=\"currentColor\"/>",
|
|
10736
10750
|
"tags": "Path",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var H={};g(H,{IconVectorAnchorPointStraight1:()=>i,default:()=>h});module.exports=x(H);var e=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>c.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z",fill:"currentColor"})),h=i;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wCAAwC,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wCAAwC,KAAK,eAAe,EACpEG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|