@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.123 → 1.1.124
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/IconBoat/index.d.ts +4 -0
- package/IconBoat/index.js +2 -0
- package/IconBoat/index.js.map +1 -0
- package/IconBoat/index.mjs +2 -0
- package/IconBoat/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +20 -6
- package/icons/index.d.ts +1 -0
- package/icons-index.json +11 -10
- 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/tsx-icons.json +13 -6
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconBoat:()=>B,default:()=>d});module.exports=v(h);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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"),B=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z",fill:"currentColor"})),d=B;0&&(module.exports={IconBoat});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,k3BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBoat_exports","__export","IconBoat","IconBoat_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z",fill:"currentColor"}),C.createElement(e,{d:"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z",fill:"currentColor"})),P=a;export{a as IconBoat,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,k3BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -3444,6 +3444,20 @@
|
|
|
3444
3444
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\" fill=\"currentColor\"/><path d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\" fill=\"currentColor\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "round",
|
|
3453
|
+
"filled": "on",
|
|
3454
|
+
"radius": "0",
|
|
3455
|
+
"stroke": "2"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C5 3.89543 5.89543 3 7 3H12.8333C15.8697 3 18.1667 5.55551 18.1667 8.5C18.1667 9.58312 17.8559 10.6136 17.3118 11.4836C18.3611 12.5023 19 13.9471 19 15.5C19 18.4445 16.703 21 13.6667 21H7C5.89543 21 5 20.1046 5 19V5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8333 10C13.4789 10 14.1667 9.4215 14.1667 8.5C14.1667 7.5785 13.4789 7 12.8333 7H9V10H12.8333Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14H13.6667C14.3122 14 15 14.5785 15 15.5C15 16.4215 14.3122 17 13.6667 17H9V14Z\" fill=\"currentColor\"/>",
|
|
@@ -12561,7 +12575,7 @@
|
|
|
12561
12575
|
{
|
|
12562
12576
|
"category": "Edit",
|
|
12563
12577
|
"svg": "<path d=\"M18.7067 2.29289C18.5192 2.10536 18.2648 2 17.9996 2C17.7344 2 17.48 2.10536 17.2925 2.2929L13.7854 5.79998C10.3895 3.79041 6.33541 3.44241 3.88873 5.88909C2.31808 7.45974 1.90595 9.73386 2.33048 11.998C2.75608 14.2678 4.03118 16.6381 6.01005 18.617C7.20752 19.8145 8.49446 20.6458 9.55254 21.18C10.0821 21.4473 10.5625 21.6444 10.9562 21.777C11.3068 21.8951 11.6967 22 11.9996 22C12.5519 22 12.9996 21.5523 12.9996 21C12.9996 20.4478 12.5519 20 11.9996 20C12.0179 20 12.0158 19.9996 11.991 19.9942C11.9443 19.9841 11.8169 19.9565 11.5946 19.8816C11.2978 19.7816 10.905 19.6223 10.4539 19.3946C9.5506 18.9386 8.4463 18.2248 7.42426 17.2028C5.69316 15.4717 4.63839 13.4543 4.29622 11.6294C3.95298 9.7988 4.33519 8.27106 5.30294 7.3033C6.72865 5.8776 9.46289 5.73499 12.3189 7.26652L10.2925 9.29291C10.105 9.48044 9.99964 9.73479 9.99964 10V13C9.99964 13.5523 10.4474 14 10.9996 14H14.017C14.2826 14 14.5374 13.8943 14.725 13.7062L16.9919 11.4337C18.0283 12.7604 18.718 14.0187 18.9981 15.0883C19.3215 16.3234 19.0807 17.1545 18.3749 17.7191C17.9278 18.0769 17.4104 18.1039 16.7273 17.8217C16.0153 17.5276 15.2921 16.9507 14.7117 16.3901C14.3145 16.0064 13.6814 16.0174 13.2977 16.4146C12.914 16.8119 12.925 17.4449 13.3222 17.8286C13.9666 18.4511 14.9054 19.233 15.9638 19.6702C17.0511 20.1194 18.4127 20.2502 19.6243 19.2809C21.1329 18.074 21.3883 16.3207 20.9328 14.5816C20.545 13.1007 19.631 11.5278 18.4141 10.0079L21.7076 6.70623C22.0973 6.31556 22.0969 5.68307 21.7067 5.29289L18.7067 2.29289Z\" fill=\"currentColor\"/>",
|
|
12564
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12565
12579
|
"variant": {
|
|
12566
12580
|
"join": "round",
|
|
12567
12581
|
"filled": "on",
|
|
@@ -13233,7 +13247,7 @@
|
|
|
13233
13247
|
{
|
|
13234
13248
|
"category": "Edit",
|
|
13235
13249
|
"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\"/>",
|
|
13236
|
-
"iconName": "input-form, text-area, prompt",
|
|
13250
|
+
"iconName": "input-form, text-area, prompt, rename",
|
|
13237
13251
|
"variant": {
|
|
13238
13252
|
"join": "round",
|
|
13239
13253
|
"filled": "on",
|
|
@@ -16733,7 +16747,7 @@
|
|
|
16733
16747
|
{
|
|
16734
16748
|
"category": "Edit",
|
|
16735
16749
|
"svg": "<path d=\"M15.7929 2.29289C16.1834 1.90237 16.8166 1.90237 17.2071 2.29289L21.7071 6.79289C22.0976 7.18342 22.0976 7.81658 21.7071 8.20711L8.20711 21.7071C8.01957 21.8946 7.76522 22 7.5 22H3C2.44772 22 2 21.5523 2 21V16.5C2 16.2348 2.10536 15.9804 2.29289 15.7929L15.7929 2.29289Z\" fill=\"currentColor\"/><path d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\" fill=\"currentColor\"/>",
|
|
16736
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16737
16751
|
"variant": {
|
|
16738
16752
|
"join": "round",
|
|
16739
16753
|
"filled": "on",
|
|
@@ -16761,7 +16775,7 @@
|
|
|
16761
16775
|
{
|
|
16762
16776
|
"category": "Edit",
|
|
16763
16777
|
"svg": "<path d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\" fill=\"currentColor\"/>",
|
|
16764
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16765
16779
|
"variant": {
|
|
16766
16780
|
"join": "round",
|
|
16767
16781
|
"filled": "on",
|
|
@@ -22291,7 +22305,7 @@
|
|
|
22291
22305
|
{
|
|
22292
22306
|
"category": "Edit",
|
|
22293
22307
|
"svg": "<path d=\"M19.2071 3.79289C18.8166 3.40237 18.1834 3.40237 17.7929 3.79289L7.29289 14.2929C7.10536 14.4804 7 14.7348 7 15V19C7 19.5523 7.44772 20 8 20H12C12.2652 20 12.5196 19.8946 12.7071 19.7071L23.2071 9.20711C23.5976 8.81658 23.5976 8.18342 23.2071 7.79289L19.2071 3.79289Z\" fill=\"currentColor\"/><path d=\"M2 5C1.44772 5 1 5.44772 1 6C1 6.55228 1.44772 7 2 7H9C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5H2Z\" fill=\"currentColor\"/><path d=\"M2 9C1.44772 9 1 9.44772 1 10C1 10.5523 1.44772 11 2 11H6C6.55228 11 7 10.5523 7 10C7 9.44772 6.55228 9 6 9H2Z\" fill=\"currentColor\"/>",
|
|
22294
|
-
"iconName": "text-edit, prompts, comment",
|
|
22308
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22295
22309
|
"variant": {
|
|
22296
22310
|
"join": "round",
|
|
22297
22311
|
"filled": "on",
|
|
@@ -24713,7 +24727,7 @@
|
|
|
24713
24727
|
{
|
|
24714
24728
|
"category": "Edit",
|
|
24715
24729
|
"svg": "<path d=\"M18.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z\" fill=\"currentColor\"/>",
|
|
24716
|
-
"iconName": "writing",
|
|
24730
|
+
"iconName": "writing, sketching, drawing",
|
|
24717
24731
|
"variant": {
|
|
24718
24732
|
"join": "round",
|
|
24719
24733
|
"filled": "on",
|
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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
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":
|
|
14
|
+
"totalIcons": 1775,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -1908,8 +1908,8 @@
|
|
|
1908
1908
|
]
|
|
1909
1909
|
},
|
|
1910
1910
|
"Vehicles": {
|
|
1911
|
-
"count":
|
|
1912
|
-
"icons": ["IconSteeringWheel1"]
|
|
1911
|
+
"count": 2,
|
|
1912
|
+
"icons": ["IconBoat", "IconSteeringWheel1"]
|
|
1913
1913
|
},
|
|
1914
1914
|
"Vehicles & Aircrafts": {
|
|
1915
1915
|
"count": 35,
|
|
@@ -2223,6 +2223,7 @@
|
|
|
2223
2223
|
"IconBluetooth": "bluetooth",
|
|
2224
2224
|
"IconBlur": "blur",
|
|
2225
2225
|
"IconBoard": "board, moodboard, layout, template",
|
|
2226
|
+
"IconBoat": "boat, ship, sailing",
|
|
2226
2227
|
"IconBold": "bold",
|
|
2227
2228
|
"IconBolt": "bolt",
|
|
2228
2229
|
"IconBomb": "bomb, boom",
|
|
@@ -2874,7 +2875,7 @@
|
|
|
2874
2875
|
"IconHeart": "heart, like, health, life, favorite",
|
|
2875
2876
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
2876
2877
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
2877
|
-
"IconHighlight": "highlight, mark, freehand",
|
|
2878
|
+
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
2878
2879
|
"IconHighlights": "highlights",
|
|
2879
2880
|
"IconHistory": "history, back, timeline",
|
|
2880
2881
|
"IconHome": "home, house",
|
|
@@ -2922,7 +2923,7 @@
|
|
|
2922
2923
|
"IconInfinity": "infinity, loop, boomerang",
|
|
2923
2924
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2924
2925
|
"IconInjection": "injection",
|
|
2925
|
-
"IconInputForm": "input-form, text-area, prompt",
|
|
2926
|
+
"IconInputForm": "input-form, text-area, prompt, rename",
|
|
2926
2927
|
"IconInsights": "insights, analyze",
|
|
2927
2928
|
"IconInstagram": "instagram",
|
|
2928
2929
|
"IconIntegrations": "integrations, frames, keyframes, interactions",
|
|
@@ -3172,9 +3173,9 @@
|
|
|
3172
3173
|
"IconPayment": "payment, flow, connection",
|
|
3173
3174
|
"IconPeace": "peace",
|
|
3174
3175
|
"IconPencil": "pencil, edit, write",
|
|
3175
|
-
"IconPencilLine": "pencil-line",
|
|
3176
|
+
"IconPencilLine": "pencil-line, signature, write",
|
|
3176
3177
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3177
|
-
"IconPencilWave": "pencil-wave",
|
|
3178
|
+
"IconPencilWave": "pencil-wave, signature, write",
|
|
3178
3179
|
"IconPeople": "people, user, person, avatar",
|
|
3179
3180
|
"IconPeople2": "people-2",
|
|
3180
3181
|
"IconPeopleAdd": "people-add, user-add",
|
|
@@ -3569,7 +3570,7 @@
|
|
|
3569
3570
|
"IconTextareaDrag": "textarea-drag",
|
|
3570
3571
|
"IconTextBlock": "text-block",
|
|
3571
3572
|
"IconTextColor": "text-color",
|
|
3572
|
-
"IconTextEdit": "text-edit, prompts, comment",
|
|
3573
|
+
"IconTextEdit": "text-edit, prompts, comment, draft",
|
|
3573
3574
|
"IconTextIndentLeft": "text-indent-left",
|
|
3574
3575
|
"IconTextIndentRight": "text-indent-right",
|
|
3575
3576
|
"IconTextIndicator": "text-indicator",
|
|
@@ -3742,7 +3743,7 @@
|
|
|
3742
3743
|
"IconWrite": "write, edit-list, list",
|
|
3743
3744
|
"IconWrite1": "write-1, fountain-pen",
|
|
3744
3745
|
"IconWrite2": "write-2, fountain-pen",
|
|
3745
|
-
"IconWriting": "writing",
|
|
3746
|
+
"IconWriting": "writing, sketching, drawing",
|
|
3746
3747
|
"IconX": "x",
|
|
3747
3748
|
"IconXbox": "xbox",
|
|
3748
3749
|
"IconYen": "yen, currency, money, coin",
|
package/index.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
|
|
|
244
244
|
export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
|
|
245
245
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
246
246
|
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
247
|
+
export { IconBoat, default as IconBoatDefault } from "./IconBoat";
|
|
247
248
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
248
249
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
249
250
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|