@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.240 → 1.1.241
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/IconReduceMotion/index.d.ts +4 -0
- package/IconReduceMotion/index.js +2 -0
- package/IconReduceMotion/index.js.map +1 -0
- package/IconReduceMotion/index.mjs +2 -0
- package/IconReduceMotion/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- 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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!y.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},c(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>c(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconReduceMotion:()=>u,default:()=>h});module.exports=g(k);var p=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Circle,{cx:"15",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Circle,{cx:"9",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),h=u;0&&(module.exports={IconReduceMotion});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReduceMotion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconReduceMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeDasharray=\"0.01 2.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReduceMotion;\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,sBAAAE,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,EAAuB,4BAEVC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,gBAAgB,WAClB,CACF,EAIGE,EAAQJ","names":["IconReduceMotion_exports","__export","IconReduceMotion","IconReduceMotion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReduceMotion","props","React","CentralIconBase","IconReduceMotion_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as n}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(n,{cx:"15",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2"}),e.createElement(n,{cx:"9",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),y=c;export{c as IconReduceMotion,y as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReduceMotion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconReduceMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeDasharray=\"0.01 2.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReduceMotion;\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,UAAAG,MAAc,mBAEhB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEG,EAAA,cAACH,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,gBAAgB,WAClB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","IconReduceMotion","props","React","CentralIconBase","IconReduceMotion_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -20692,6 +20692,20 @@
|
|
|
20692
20692
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
20693
20693
|
"componentName": "IconRedirectArrow"
|
|
20694
20694
|
},
|
|
20695
|
+
{
|
|
20696
|
+
"category": "Accessibility",
|
|
20697
|
+
"svg": "<circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"9\" cy=\"12\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"0.01 2.5\"/>",
|
|
20698
|
+
"iconName": "reduce-motion",
|
|
20699
|
+
"variant": {
|
|
20700
|
+
"join": "round",
|
|
20701
|
+
"filled": "off",
|
|
20702
|
+
"radius": "1",
|
|
20703
|
+
"stroke": "2"
|
|
20704
|
+
},
|
|
20705
|
+
"createdAt": "2026-05-19T16:02:19.410611+00:00",
|
|
20706
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
20707
|
+
"componentName": "IconReduceMotion"
|
|
20708
|
+
},
|
|
20695
20709
|
{
|
|
20696
20710
|
"category": "Communication",
|
|
20697
20711
|
"svg": "<path d=\"M19 15V3H7C5.89543 3 5 3.89543 5 5V19.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 14H6.75C5.7835 14 5 14.7835 5 15.75C5 16.7165 5.7835 17.5 6.75 17.5H19V14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 17.5H6.75C5.7835 17.5 5 18.2835 5 19.25C5 20.2165 5.7835 21 6.75 21H18C18.5523 21 19 20.5523 19 20V17.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 7H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.241",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2001,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 11,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
"IconEyeSlash",
|
|
118
118
|
"IconEyeSlash2",
|
|
119
119
|
"IconImageAltText",
|
|
120
|
+
"IconReduceMotion",
|
|
120
121
|
"IconSquareLinesBottom",
|
|
121
122
|
"IconVoiceControl"
|
|
122
123
|
]
|
|
@@ -3679,6 +3680,7 @@
|
|
|
3679
3680
|
"IconReddit": "reddit",
|
|
3680
3681
|
"IconRedDotAward": "red-dot-award",
|
|
3681
3682
|
"IconRedirectArrow": "redirect-arrow",
|
|
3683
|
+
"IconReduceMotion": "reduce-motion",
|
|
3682
3684
|
"IconReference": "reference, books, study, library, knowledge",
|
|
3683
3685
|
"IconRemix": "remix, new-try, repeat",
|
|
3684
3686
|
"IconRemixCircle": "remix-circle, mix, new-try",
|
package/index.d.ts
CHANGED
|
@@ -1476,6 +1476,7 @@ export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
|
|
|
1476
1476
|
export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";
|
|
1477
1477
|
export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
1478
1478
|
export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
|
|
1479
|
+
export { IconReduceMotion, default as IconReduceMotionDefault, } from "./IconReduceMotion";
|
|
1479
1480
|
export { IconReference, default as IconReferenceDefault, } from "./IconReference";
|
|
1480
1481
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1481
1482
|
export { IconRemixCircle, default as IconRemixCircleDefault, } from "./IconRemixCircle";
|