@central-icons-react/round-outlined-radius-0-stroke-1.5 0.0.42 → 0.0.44

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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTextareaDrag: React.FC<CentralIconBaseProps>;
4
+ export default IconTextareaDrag;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var a=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,e)=>{for(var t in e)a(r,t,{get:e[t],enumerable:!0})},l=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!h.call(r,o)&&o!==t&&a(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var i=(r,e,t)=>(t=r!=null?C(f(r)):{},l(e||!r||!r.__esModule?a(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(a({},"__esModule",{value:!0}),r);var w={};B(w,{IconTextareaDrag:()=>m,default:()=>k});module.exports=I(w);var p=i(require("react"));var s=i(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:u,...d})=>s.default.createElement("svg",{...d,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...u}},t&&!o&&s.default.createElement("title",null,t),r);var m=r=>p.default.createElement(c,{...r,ariaLabel:"textarea-drag"},p.default.createElement("path",{d:"M14.75 21.25L21.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),p.default.createElement("path",{d:"M6.75 21.25L21.25 6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),k=m;0&&(module.exports={IconTextareaDrag});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTextareaDrag/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTextareaDrag: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"textarea-drag\">\n <path\n d=\"M14.75 21.25L21.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M6.75 21.25L21.25 6.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTextareaDrag;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconTextareaDrag_exports","__export","IconTextareaDrag","IconTextareaDrag_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconTextareaDrag","props","React","CentralIconBase","IconTextareaDrag_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import a from"react";var p=({children:e,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:l,...i})=>a.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!t&&a.createElement("title",null,n),e);var c=e=>o.createElement(p,{...e,ariaLabel:"textarea-drag"},o.createElement("path",{d:"M14.75 21.25L21.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement("path",{d:"M6.75 21.25L21.25 6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),g=c;export{c as IconTextareaDrag,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTextareaDrag/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTextareaDrag: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"textarea-drag\">\n <path\n d=\"M14.75 21.25L21.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M6.75 21.25L21.25 6.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTextareaDrag;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iBACpCC,EAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconTextareaDrag","props","React","CentralIconBase","IconTextareaDrag_default"]}
package/README.md CHANGED
@@ -984,6 +984,7 @@ Below is a complete list of available icons:
984
984
  - IconTarget2
985
985
  - IconTargetArrow
986
986
  - IconTasks
987
+ - IconTextareaDrag
987
988
  - IconThumbtack
988
989
  - IconTodos
989
990
  - IconTrashCan
@@ -17407,6 +17407,19 @@
17407
17407
  "packageName": "round-outlined-radius-0-stroke-1.5",
17408
17408
  "componentName": "IconText2"
17409
17409
  },
17410
+ {
17411
+ "category": "Interface General",
17412
+ "svg": "<path d=\"M14.75 21.25L21.25 14.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M6.75 21.25L21.25 6.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
17413
+ "iconName": "textarea-drag",
17414
+ "variant": {
17415
+ "join": "round",
17416
+ "filled": "off",
17417
+ "radius": "0",
17418
+ "stroke": "1.5"
17419
+ },
17420
+ "packageName": "round-outlined-radius-0-stroke-1.5",
17421
+ "componentName": "IconTextareaDrag"
17422
+ },
17410
17423
  {
17411
17424
  "category": "Typography",
17412
17425
  "svg": "<path d=\"M12.75 5.25H20.25M12.75 8.75H17.25M12.75 15.25H20.25M12.75 18.75H17.25M3.75 4.75H8.25V9.25H3.75V4.75ZM3.75 14.75H8.25V19.25H3.75V14.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1338,6 +1338,7 @@ export type CentralIconName =
1338
1338
  | "IconTestTube"
1339
1339
  | "IconText1"
1340
1340
  | "IconText2"
1341
+ | "IconTextareaDrag"
1341
1342
  | "IconTextBlock"
1342
1343
  | "IconTextColor"
1343
1344
  | "IconTextEdit"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react/round-outlined-radius-0-stroke-1.5",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-0-stroke-1.5/IconHome';",
@@ -12,7 +12,7 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1486,
15
+ "totalIcons": 1487,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 32,
@@ -715,7 +715,7 @@
715
715
  ]
716
716
  },
717
717
  "Interface General": {
718
- "count": 158,
718
+ "count": 159,
719
719
  "icons": [
720
720
  "IconAnchor1",
721
721
  "IconAnchor2",
@@ -859,6 +859,7 @@
859
859
  "IconTarget2",
860
860
  "IconTargetArrow",
861
861
  "IconTasks",
862
+ "IconTextareaDrag",
862
863
  "IconThumbtack",
863
864
  "IconTodos",
864
865
  "IconTrashCan",
@@ -3011,6 +3012,7 @@
3011
3012
  "IconTestTube": "test-tube",
3012
3013
  "IconText1": "text-1",
3013
3014
  "IconText2": "text-2",
3015
+ "IconTextareaDrag": "textarea-drag",
3014
3016
  "IconTextBlock": "text-block",
3015
3017
  "IconTextColor": "text-color",
3016
3018
  "IconTextEdit": "text-edit, prompts, comment",