@central-icons-react-native/round-filled-radius-0-stroke-1.5 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:"M12.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z",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.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z\"\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,6xBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sNACF,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.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z",fill:"currentColor"}),C.createElement(e,{d:"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z",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.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z\"\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,6xBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sNACF,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.5",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M12.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z\" fill=\"currentColor\"/><path d=\"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z\" fill=\"currentColor\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "round",
3453
+ "filled": "on",
3454
+ "radius": "0",
3455
+ "stroke": "1.5"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "round-filled-radius-0-stroke-1.5",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4.5C5 3.67157 5.67157 3 6.5 3H12.9167C15.8017 3 18.0833 5.38246 18.0833 8.25C18.0833 9.49245 17.655 10.6438 16.9349 11.5498C18.1942 12.5131 19 14.0459 19 15.75C19 18.6175 16.7184 21 13.8333 21H6.5C5.67157 21 5 20.3284 5 19.5V4.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9167 10.5C14.0817 10.5 15.0833 9.5246 15.0833 8.25C15.0833 6.9754 14.0817 6 12.9167 6H8V10.5H12.9167Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 13.5H13.8333C14.9984 13.5 16 14.4754 16 15.75C16 17.0246 14.9984 18 13.8333 18H8V13.5Z\" fill=\"currentColor\"/>",
@@ -12561,7 +12575,7 @@
12561
12575
  {
12562
12576
  "category": "Edit",
12563
12577
  "svg": "<path d=\"M18.7802 1.97C18.6395 1.8292 18.4487 1.75006 18.2497 1.75C18.0508 1.74994 17.8599 1.82896 17.7192 1.96967L14.0493 5.63956C12.3144 4.56277 10.4156 3.98338 8.64262 3.93346C6.74672 3.88007 4.94154 4.43468 3.68393 5.70572C2.15082 7.25519 1.73102 9.51506 2.15671 11.8096C2.58335 14.1093 3.86617 16.5285 5.87216 18.5559C8.2892 20.9987 10.5576 21.696 11.6707 21.9772C12.0723 22.0786 12.4801 21.8353 12.5815 21.4337C12.683 21.0321 12.4397 20.6243 12.0381 20.5229C11.0875 20.2827 9.10043 19.686 6.93844 17.5009C5.11742 15.6604 3.99688 13.5053 3.63154 11.536C3.26523 9.56149 3.66483 7.8577 4.7502 6.76074C5.64406 5.85734 7.00533 5.38795 8.6004 5.43286C9.98907 5.47196 11.5149 5.90287 12.9558 6.73306L10.2192 9.46968C10.0785 9.61033 9.99951 9.8011 9.99951 10V13.25C9.99951 13.6642 10.3353 14 10.7495 14H14.0172C14.2164 14 14.4073 13.9208 14.548 13.7798L17.3401 10.9826C18.5442 12.4858 19.281 13.8916 19.5257 15.0825C19.7879 16.3591 19.4871 17.3461 18.6037 18.0604C18.0358 18.5195 17.3863 18.5252 16.6264 18.2079C15.8437 17.8812 15.0673 17.2507 14.4593 16.6571C14.1629 16.3678 13.6881 16.3735 13.3987 16.6699C13.1094 16.9663 13.1151 17.4411 13.4115 17.7305C14.0669 18.3703 15.0049 19.1565 16.0485 19.5921C17.1148 20.0373 18.4035 20.1512 19.5468 19.2268C20.9475 18.0943 21.3474 16.496 20.995 14.7807C20.6775 13.2352 19.7528 11.568 18.4059 9.91492L22.0303 6.28384C22.3226 5.991 22.3226 5.51675 22.0302 5.224L18.7802 1.97Z\" 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.25 3C8.66421 3 9 3.33579 9 3.75V20.25C9 20.6642 8.66421 21 8.25 21C7.83579 21 7.5 20.6642 7.5 20.25V3.75C7.5 3.33579 7.83579 3 8.25 3Z\" fill=\"currentColor\"/><path d=\"M6 18H2.75C2.33579 18 2 17.6642 2 17.25V6.75C2 6.33579 2.33579 6 2.75 6H6V18Z\" fill=\"currentColor\"/><path d=\"M21.25 6C21.6642 6 22 6.33579 22 6.75V17.25C22 17.6642 21.6642 18 21.25 18H10.5V6H21.25Z\" 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.5303 2.21967C17.2374 1.92678 16.7626 1.92678 16.4697 2.21967L2.21967 16.4697C2.07902 16.6103 2 16.8011 2 17V21.25C2 21.6642 2.33579 22 2.75 22H7C7.19891 22 7.38968 21.921 7.53033 21.7803L21.7803 7.53033C22.0732 7.23744 22.0732 6.76256 21.7803 6.46967L17.5303 2.21967Z\" fill=\"currentColor\"/><path d=\"M12.75 20.5C12.3358 20.5 12 20.8358 12 21.25C12 21.6642 12.3358 22 12.75 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H12.75Z\" 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=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\" fill=\"currentColor\"/><path d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\" 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=\"M1.75 5.75H9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.75 9.75H6.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.1424 3.71967C18.8495 3.42678 18.3746 3.42678 18.0817 3.71967L7.21967 14.5817C7.07902 14.7224 7 14.9132 7 15.1121V19.25C7 19.6642 7.33579 20 7.75 20H11.8879C12.0868 20 12.2776 19.921 12.4183 19.7803L23.2803 8.91826C23.5732 8.62537 23.5732 8.15049 23.2803 7.8576L19.1424 3.71967Z\" 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.7803 2.21967C18.4874 1.92678 18.0126 1.92678 17.7197 2.21967L11.2197 8.71967C11.079 8.86032 11 9.05109 11 9.25V12.25C11 12.6642 11.3358 13 11.75 13H14.75C14.9489 13 15.1397 12.921 15.2803 12.7803L21.7803 6.28033C22.0732 5.98744 22.0732 5.51256 21.7803 5.21967L18.7803 2.21967Z\" fill=\"currentColor\"/><path d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z\" 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.5",
3
- "version": "1.1.123",
3
+ "version": "1.1.124",
4
4
  "style": "round-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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";