@central-icons-react-native/round-filled-radius-0-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBoat: FC<CentralIconBaseProps>;
4
+ export default IconBoat;
@@ -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:"M13.2627 2.05927C13.4175 1.97604 13.6058 1.97987 13.7568 2.07001C13.9076 2.16024 13.9999 2.32393 14 2.4997V15.9997H21.5C21.68 15.9998 21.8467 16.097 21.9355 16.2536C22.0239 16.4101 22.021 16.6023 21.9287 16.7565L18.9287 21.7565C18.8383 21.9071 18.6755 21.9997 18.5 21.9997H5.49996C5.32438 21.9997 5.16162 21.9071 5.07125 21.7565L2.07125 16.7565C1.97894 16.6023 1.97598 16.4101 2.06441 16.2536C2.15319 16.097 2.31991 15.9997 2.49996 15.9997H13V13.5778C9.82265 13.495 6.62562 13.607 3.56246 13.9958C3.39426 14.017 3.22637 13.9516 3.11715 13.822C3.00797 13.6921 2.97267 13.5154 3.02242 13.3532C4.09679 9.85372 6.68055 7.02752 8.95113 5.09443C10.0914 4.12364 11.1656 3.36729 11.955 2.85322C12.3498 2.59617 12.6745 2.39862 12.9013 2.26532C13.0147 2.19871 13.1047 2.1474 13.166 2.11298C13.1963 2.09596 13.22 2.08286 13.2363 2.07392C13.2444 2.06946 13.2514 2.06558 13.2558 2.06318C13.2578 2.06209 13.2607 2.06025 13.2607 2.06025L13.2627 2.05927Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15 5.21747C17.2683 6.97025 19.0213 9.8371 19.9824 13.3688C20.0254 13.5276 19.9872 13.6974 19.8808 13.8229C19.7743 13.9485 19.613 14.0135 19.4492 13.9968C17.9896 13.8473 16.5008 13.7331 15 13.6569V5.21747Z",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=\"M13.2627 2.05927C13.4175 1.97604 13.6058 1.97987 13.7568 2.07001C13.9076 2.16024 13.9999 2.32393 14 2.4997V15.9997H21.5C21.68 15.9998 21.8467 16.097 21.9355 16.2536C22.0239 16.4101 22.021 16.6023 21.9287 16.7565L18.9287 21.7565C18.8383 21.9071 18.6755 21.9997 18.5 21.9997H5.49996C5.32438 21.9997 5.16162 21.9071 5.07125 21.7565L2.07125 16.7565C1.97894 16.6023 1.97598 16.4101 2.06441 16.2536C2.15319 16.097 2.31991 15.9997 2.49996 15.9997H13V13.5778C9.82265 13.495 6.62562 13.607 3.56246 13.9958C3.39426 14.017 3.22637 13.9516 3.11715 13.822C3.00797 13.6921 2.97267 13.5154 3.02242 13.3532C4.09679 9.85372 6.68055 7.02752 8.95113 5.09443C10.0914 4.12364 11.1656 3.36729 11.955 2.85322C12.3498 2.59617 12.6745 2.39862 12.9013 2.26532C13.0147 2.19871 13.1047 2.1474 13.166 2.11298C13.1963 2.09596 13.22 2.08286 13.2363 2.07392C13.2444 2.06946 13.2514 2.06558 13.2558 2.06318C13.2578 2.06209 13.2607 2.06025 13.2607 2.06025L13.2627 2.05927Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.21747C17.2683 6.97025 19.0213 9.8371 19.9824 13.3688C20.0254 13.5276 19.9872 13.6974 19.8808 13.8229C19.7743 13.9485 19.613 14.0135 19.4492 13.9968C17.9896 13.8473 16.5008 13.7331 15 13.6569V5.21747Z\"\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,66BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,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:"M13.2627 2.05927C13.4175 1.97604 13.6058 1.97987 13.7568 2.07001C13.9076 2.16024 13.9999 2.32393 14 2.4997V15.9997H21.5C21.68 15.9998 21.8467 16.097 21.9355 16.2536C22.0239 16.4101 22.021 16.6023 21.9287 16.7565L18.9287 21.7565C18.8383 21.9071 18.6755 21.9997 18.5 21.9997H5.49996C5.32438 21.9997 5.16162 21.9071 5.07125 21.7565L2.07125 16.7565C1.97894 16.6023 1.97598 16.4101 2.06441 16.2536C2.15319 16.097 2.31991 15.9997 2.49996 15.9997H13V13.5778C9.82265 13.495 6.62562 13.607 3.56246 13.9958C3.39426 14.017 3.22637 13.9516 3.11715 13.822C3.00797 13.6921 2.97267 13.5154 3.02242 13.3532C4.09679 9.85372 6.68055 7.02752 8.95113 5.09443C10.0914 4.12364 11.1656 3.36729 11.955 2.85322C12.3498 2.59617 12.6745 2.39862 12.9013 2.26532C13.0147 2.19871 13.1047 2.1474 13.166 2.11298C13.1963 2.09596 13.22 2.08286 13.2363 2.07392C13.2444 2.06946 13.2514 2.06558 13.2558 2.06318C13.2578 2.06209 13.2607 2.06025 13.2607 2.06025L13.2627 2.05927Z",fill:"currentColor"}),C.createElement(e,{d:"M15 5.21747C17.2683 6.97025 19.0213 9.8371 19.9824 13.3688C20.0254 13.5276 19.9872 13.6974 19.8808 13.8229C19.7743 13.9485 19.613 14.0135 19.4492 13.9968C17.9896 13.8473 16.5008 13.7331 15 13.6569V5.21747Z",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=\"M13.2627 2.05927C13.4175 1.97604 13.6058 1.97987 13.7568 2.07001C13.9076 2.16024 13.9999 2.32393 14 2.4997V15.9997H21.5C21.68 15.9998 21.8467 16.097 21.9355 16.2536C22.0239 16.4101 22.021 16.6023 21.9287 16.7565L18.9287 21.7565C18.8383 21.9071 18.6755 21.9997 18.5 21.9997H5.49996C5.32438 21.9997 5.16162 21.9071 5.07125 21.7565L2.07125 16.7565C1.97894 16.6023 1.97598 16.4101 2.06441 16.2536C2.15319 16.097 2.31991 15.9997 2.49996 15.9997H13V13.5778C9.82265 13.495 6.62562 13.607 3.56246 13.9958C3.39426 14.017 3.22637 13.9516 3.11715 13.822C3.00797 13.6921 2.97267 13.5154 3.02242 13.3532C4.09679 9.85372 6.68055 7.02752 8.95113 5.09443C10.0914 4.12364 11.1656 3.36729 11.955 2.85322C12.3498 2.59617 12.6745 2.39862 12.9013 2.26532C13.0147 2.19871 13.1047 2.1474 13.166 2.11298C13.1963 2.09596 13.22 2.08286 13.2363 2.07392C13.2444 2.06946 13.2514 2.06558 13.2558 2.06318C13.2578 2.06209 13.2607 2.06025 13.2607 2.06025L13.2627 2.05927Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.21747C17.2683 6.97025 19.0213 9.8371 19.9824 13.3688C20.0254 13.5276 19.9872 13.6974 19.8808 13.8229C19.7743 13.9485 19.613 14.0135 19.4492 13.9968C17.9896 13.8473 16.5008 13.7331 15 13.6569V5.21747Z\"\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,66BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
package/README.md CHANGED
@@ -1970,6 +1970,7 @@ Below is a complete list of available icons:
1970
1970
 
1971
1971
  ### Vehicles
1972
1972
 
1973
+ - IconBoat
1973
1974
  - IconSteeringWheel1
1974
1975
 
1975
1976
  ### Vehicles & Aircrafts
@@ -3444,6 +3444,20 @@
3444
3444
  "packageName": "round-filled-radius-0-stroke-1",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M13.2627 2.05927C13.4175 1.97604 13.6058 1.97987 13.7568 2.07001C13.9076 2.16024 13.9999 2.32393 14 2.4997V15.9997H21.5C21.68 15.9998 21.8467 16.097 21.9355 16.2536C22.0239 16.4101 22.021 16.6023 21.9287 16.7565L18.9287 21.7565C18.8383 21.9071 18.6755 21.9997 18.5 21.9997H5.49996C5.32438 21.9997 5.16162 21.9071 5.07125 21.7565L2.07125 16.7565C1.97894 16.6023 1.97598 16.4101 2.06441 16.2536C2.15319 16.097 2.31991 15.9997 2.49996 15.9997H13V13.5778C9.82265 13.495 6.62562 13.607 3.56246 13.9958C3.39426 14.017 3.22637 13.9516 3.11715 13.822C3.00797 13.6921 2.97267 13.5154 3.02242 13.3532C4.09679 9.85372 6.68055 7.02752 8.95113 5.09443C10.0914 4.12364 11.1656 3.36729 11.955 2.85322C12.3498 2.59617 12.6745 2.39862 12.9013 2.26532C13.0147 2.19871 13.1047 2.1474 13.166 2.11298C13.1963 2.09596 13.22 2.08286 13.2363 2.07392C13.2444 2.06946 13.2514 2.06558 13.2558 2.06318C13.2578 2.06209 13.2607 2.06025 13.2607 2.06025L13.2627 2.05927Z\" fill=\"currentColor\"/><path d=\"M15 5.21747C17.2683 6.97025 19.0213 9.8371 19.9824 13.3688C20.0254 13.5276 19.9872 13.6974 19.8808 13.8229C19.7743 13.9485 19.613 14.0135 19.4492 13.9968C17.9896 13.8473 16.5008 13.7331 15 13.6569V5.21747Z\" fill=\"currentColor\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "round",
3453
+ "filled": "on",
3454
+ "radius": "0",
3455
+ "stroke": "1"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "round-filled-radius-0-stroke-1",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4C5 3.44772 5.44772 3 6 3H13C15.7614 3 18 5.23858 18 8C18 9.43071 17.3991 10.7211 16.4359 11.6325C17.9657 12.4875 19 14.123 19 16C19 18.7614 16.7614 21 14 21H6C5.44772 21 5 20.5523 5 20V4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11C14.6569 11 16 9.65685 16 8C16 6.34315 14.6569 5 13 5H7V11H13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13H14C15.6569 13 17 14.3431 17 16C17 17.6569 15.6569 19 14 19H7V13Z\" fill=\"currentColor\"/>",
@@ -12561,7 +12575,7 @@
12561
12575
  {
12562
12576
  "category": "Edit",
12563
12577
  "svg": "<path d=\"M18.8327 2.14531C18.6371 1.95095 18.321 1.95165 18.1263 2.14688L13.7309 6.55296C11.9854 5.38567 10.0506 4.7504 8.25865 4.68875C6.45174 4.62658 4.75491 5.1493 3.57954 6.34568C2.14972 7.80103 1.74244 9.9393 2.14951 12.1491C2.55728 14.3628 3.787 16.7054 5.72151 18.6745C8.04746 21.042 10.2241 21.7137 11.2888 21.9846C11.5564 22.0527 11.8285 21.8909 11.8966 21.6233C11.9647 21.3557 11.803 21.0835 11.5353 21.0154C10.58 20.7724 8.59113 20.1684 6.43485 17.9736C4.62326 16.1297 3.50043 13.9628 3.13296 11.9679C2.76478 9.96926 3.15956 8.20006 4.29288 7.0465C5.22349 6.09926 6.62008 5.63296 8.22426 5.68816C9.75771 5.74092 11.4487 6.27173 13.0098 7.27583L10.1457 10.1469C10.0522 10.2406 9.99968 10.3676 9.99968 10.5V13.5C9.99968 13.7761 10.2235 14 10.4997 14H13.4997C13.6323 14 13.7595 13.9473 13.8532 13.8536L16.7396 10.9672C18.0984 12.5941 18.9261 14.1177 19.1806 15.4129C19.4363 16.7139 19.1168 17.7674 18.1646 18.5428C17.5193 19.0682 16.7851 19.055 15.9941 18.7224C15.1875 18.3833 14.4023 17.7373 13.7996 17.1447C13.6027 16.9511 13.2861 16.9538 13.0925 17.1508C12.8989 17.3477 12.9016 17.6642 13.0985 17.8578C13.7325 18.4811 14.6255 19.2318 15.6065 19.6443C16.6032 20.0633 17.7662 20.1568 18.796 19.3183C20.0796 18.273 20.4769 16.8232 20.1619 15.22C19.8579 13.6734 18.8948 11.9729 17.4494 10.2574L21.8532 5.85355C21.9472 5.75959 21.9999 5.63208 21.9997 5.49919C21.9995 5.36631 21.9464 5.23897 21.8521 5.14531L18.8327 2.14531Z\" 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=\"M8.5 2.5C8.77614 2.5 9 2.72386 9 3V21C9 21.2761 8.77614 21.5 8.5 21.5C8.22386 21.5 8 21.2761 8 21V3C8 2.72386 8.22386 2.5 8.5 2.5Z\" fill=\"currentColor\"/><path d=\"M6.5 18H2.5C2.22386 18 2 17.7761 2 17.5V6.5C2 6.22386 2.22386 6 2.5 6H6.5V18Z\" fill=\"currentColor\"/><path d=\"M21.5 6C21.7761 6 22 6.22386 22 6.5V17.5C22 17.7761 21.7761 18 21.5 18H10.5V6H21.5Z\" 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=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\" fill=\"currentColor\"/><path d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\" 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z\" fill=\"currentColor\"/><path d=\"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.5368 21.0344 18.783 20.7402 19.0301C20.1574 19.5197 19.2758 20.0444 18.1661 20.0444C17.0793 20.0444 16.3051 19.6277 15.6695 19.2636L15.5871 19.2164C14.9733 18.8642 14.539 18.6151 13.9866 18.6151C12.7309 18.6151 11.8393 19.2808 10.8683 20.3382C10.6815 20.5416 10.3652 20.5551 10.1618 20.3683C9.95843 20.1816 9.94494 19.8653 10.1317 19.6619C11.1536 18.549 12.2967 17.6151 13.9866 17.6151C14.8161 17.6151 15.4727 17.9948 16.0335 18.3192C16.0784 18.3452 16.1228 18.3708 16.1665 18.3959C16.7786 18.7465 17.3578 19.0444 18.1661 19.0444C18.9514 19.0444 19.6118 18.672 20.0971 18.2644C20.337 18.0628 20.5246 17.8605 20.6515 17.7091C20.8756 17.4419 21.1296 17.0705 21.5262 17.3332C21.8187 17.527 21.7804 17.8763 21.5975 18.124Z\" 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=\"M18.8536 4.14645C18.6583 3.95118 18.3417 3.95118 18.1464 4.14645L7.14645 15.1464C7.05268 15.2402 7 15.3674 7 15.5V19.5C7 19.7761 7.22386 20 7.5 20H11.5C11.6326 20 11.7598 19.9473 11.8536 19.8536L22.8536 8.85355C23.0488 8.65829 23.0488 8.34171 22.8536 8.14645L18.8536 4.14645Z\" fill=\"currentColor\"/><path d=\"M1.5 5C1.22386 5 1 5.22386 1 5.5C1 5.77614 1.22386 6 1.5 6H9.5C9.77614 6 10 5.77614 10 5.5C10 5.22386 9.77614 5 9.5 5H1.5Z\" fill=\"currentColor\"/><path d=\"M1.5 9C1.22386 9 1 9.22386 1 9.5C1 9.77614 1.22386 10 1.5 10H6.5C6.77614 10 7 9.77614 7 9.5C7 9.22386 6.77614 9 6.5 9H1.5Z\" 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.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\" 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
@@ -245,6 +245,7 @@ export type CentralIconName =
245
245
  | "IconBluetooth"
246
246
  | "IconBlur"
247
247
  | "IconBoard"
248
+ | "IconBoat"
248
249
  | "IconBold"
249
250
  | "IconBolt"
250
251
  | "IconBomb"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
3
- "version": "1.1.123",
3
+ "version": "1.1.124",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/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": 1774,
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": 1,
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";