@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.14 → 1.1.15

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconInputForm: FC<CentralIconBaseProps>;
4
+ export default IconInputForm;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconInputForm:()=>I,default:()=>v});module.exports=V(F);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.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 f=require("react-native-svg"),I=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z",fill:"currentColor"})),v=I;0&&(module.exports={IconInputForm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInputForm/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 IconInputForm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInputForm;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconInputForm_exports","__export","IconInputForm","IconInputForm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInputForm","props","React","CentralIconBase","IconInputForm_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z",fill:"currentColor"})),P=m;export{m as IconInputForm,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInputForm/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 IconInputForm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInputForm;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInputForm","props","React","CentralIconBase","IconInputForm_default"]}
package/README.md CHANGED
@@ -593,6 +593,7 @@ Below is a complete list of available icons:
593
593
  - IconGlass
594
594
  - IconGooey
595
595
  - IconHighlight
596
+ - IconInputForm
596
597
  - IconKeyframe
597
598
  - IconLineThickness
598
599
  - IconMagnet
@@ -11494,6 +11494,20 @@
11494
11494
  "packageName": "round-filled-radius-0-stroke-2",
11495
11495
  "componentName": "IconInjection"
11496
11496
  },
11497
+ {
11498
+ "category": "Edit",
11499
+ "svg": "<path d=\"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z\" fill=\"currentColor\"/>",
11500
+ "iconName": "input-form, text-area, prompt",
11501
+ "variant": {
11502
+ "join": "round",
11503
+ "filled": "on",
11504
+ "radius": "0",
11505
+ "stroke": "2"
11506
+ },
11507
+ "createdAt": "2025-10-15T14:30:19.170335+00:00",
11508
+ "packageName": "round-filled-radius-0-stroke-2",
11509
+ "componentName": "IconInputForm"
11510
+ },
11497
11511
  {
11498
11512
  "category": "Typography",
11499
11513
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -820,6 +820,7 @@ export type CentralIconName =
820
820
  | "IconInfinity"
821
821
  | "IconInitiatives"
822
822
  | "IconInjection"
823
+ | "IconInputForm"
823
824
  | "IconInsertHtml"
824
825
  | "IconInsights"
825
826
  | "IconInstagram"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 1548,
14
+ "totalIcons": 1549,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -445,7 +445,7 @@
445
445
  ]
446
446
  },
447
447
  "Edit": {
448
- "count": 70,
448
+ "count": 71,
449
449
  "icons": [
450
450
  "IconAddKeyframe",
451
451
  "IconBezier",
@@ -483,6 +483,7 @@
483
483
  "IconGlass",
484
484
  "IconGooey",
485
485
  "IconHighlight",
486
+ "IconInputForm",
486
487
  "IconKeyframe",
487
488
  "IconLineThickness",
488
489
  "IconMagnet",
@@ -2559,6 +2560,7 @@
2559
2560
  "IconInfinity": "infinity, loop, boomerang",
2560
2561
  "IconInitiatives": "initiatives, nav, rooting",
2561
2562
  "IconInjection": "injection",
2563
+ "IconInputForm": "input-form, text-area, prompt",
2562
2564
  "IconInsertHtml": "insert-html, code, brackets",
2563
2565
  "IconInsights": "insights, analyze",
2564
2566
  "IconInstagram": "instagram",
package/index.d.ts CHANGED
@@ -819,6 +819,7 @@ export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEm
819
819
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
820
820
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
821
821
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
822
+ export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
822
823
  export { IconInsertHtml, default as IconInsertHtmlDefault, } from "./IconInsertHtml";
823
824
  export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
824
825
  export { IconInstagram, default as IconInstagramDefault, } from "./IconInstagram";