@central-icons-react-native/round-filled-radius-1-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.
@@ -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 n=Object.defineProperty;var u=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,l)=>{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:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(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 h={};g(h,{IconBoat:()=>B,default:()=>d});module.exports=v(h);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z",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=\"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\"\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,sfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2KACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z",fill:"currentColor"}),t.createElement(n,{d:"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z",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=\"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\"\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,sfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,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-1-stroke-2",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\" fill=\"currentColor\"/><path d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\" fill=\"currentColor\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "round",
3453
+ "filled": "on",
3454
+ "radius": "1",
3455
+ "stroke": "2"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "round-filled-radius-1-stroke-2",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.875C5 4.38026 6.17769 3 7.83333 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 21H7.83333C6.17769 21 5 19.6197 5 18.125V5.875Z\" 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=\"M19.4138 3.00009C18.6327 2.21904 17.3664 2.21905 16.5854 3.0001L13.7854 5.80007C10.3895 3.7905 6.33541 3.4425 3.88873 5.88918C2.31808 7.45983 1.90595 9.73395 2.33048 11.9981C2.75608 14.2679 4.03118 16.6382 6.01005 18.6171C7.20752 19.8146 8.49446 20.6459 9.55254 21.1801C10.0821 21.4474 10.5625 21.6445 10.9562 21.7771C11.3068 21.8952 11.6967 22.0001 11.9996 22.0001C12.5519 22.0001 12.9996 21.5524 12.9996 21.0001C12.9996 20.4478 12.5519 20.0001 11.9996 20.0001C12.0179 20.0001 12.0158 19.9996 11.991 19.9943C11.9443 19.9842 11.8169 19.9566 11.5946 19.8817C11.2978 19.7817 10.905 19.6224 10.4539 19.3947C9.5506 18.9387 8.4463 18.2249 7.42426 17.2029C5.69316 15.4718 4.63839 13.4544 4.29622 11.6295C3.95298 9.79889 4.33519 8.27115 5.30294 7.30339C6.72865 5.87769 9.46289 5.73508 12.3189 7.26661L10.5854 9.0001C10.2104 9.37517 9.99964 9.88388 9.99964 10.4143V13.0001C9.99964 13.5524 10.4474 14.0001 10.9996 14.0001H13.602C14.1333 14.0001 14.6428 13.7887 15.018 13.4126L16.9919 11.4337C18.0283 12.7605 18.718 14.0188 18.9981 15.0883C19.3215 16.3235 19.0807 17.1546 18.3749 17.7192C17.9278 18.077 17.4104 18.104 16.7273 17.8218C16.0153 17.5277 15.2921 16.9508 14.7117 16.3902C14.3145 16.0065 13.6814 16.0175 13.2977 16.4147C12.914 16.812 12.925 17.445 13.3222 17.8287C13.9666 18.4511 14.9054 19.2331 15.9638 19.6703C17.0511 20.1195 18.4127 20.2503 19.6243 19.281C21.1329 18.0741 21.3883 16.3208 20.9328 14.5817C20.545 13.1008 19.631 11.5279 18.4141 10.008L21.0022 7.41342C21.7816 6.63209 21.7808 5.36712 21.0005 4.58676L19.4138 3.00009Z\" 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 3Z\" fill=\"currentColor\"/><path d=\"M6 18H4C2.89543 18 2 17.1046 2 16V8C2 6.89543 2.89543 6 4 6H6V18Z\" fill=\"currentColor\"/><path d=\"M20 6C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H12V6H20Z\" 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.5858 2.49997C16.3668 1.71892 17.6332 1.71892 18.4142 2.49997L21.5 5.58576C22.281 6.36681 22.2811 7.63314 21.5 8.41419L8.5 21.4142C8.12493 21.7893 7.61622 22 7.08579 22H3C2.44772 22 2 21.5523 2 21V16.9142C2 16.3838 2.21071 15.8751 2.58579 15.5L15.5858 2.49997Z\" 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=\"M18.4142 2.99985C17.6332 2.2188 16.3668 2.2188 15.5858 2.99985L2.29289 16.2927C2.10536 16.4803 2 16.7346 2 16.9998V19.9998C2 20.5521 2.44772 20.9998 3 20.9998H6C6.26522 20.9998 6.51957 20.8945 6.70711 20.707L20 7.41406C20.7811 6.63301 20.781 5.36668 20 4.58564L18.4142 2.99985Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z\" 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.9142 4.49985C19.1332 3.7188 17.8668 3.7188 17.0858 4.49985L7.58579 13.9998C7.21071 14.3749 7 14.8836 7 15.4141V18.9998C7 19.5521 7.44772 19.9998 8 19.9998H11.5858C12.1162 19.9998 12.6249 19.7891 13 19.4141L22.5 9.91406C23.281 9.13302 23.2811 7.86669 22.5 7.08564L19.9142 4.49985Z\" fill=\"currentColor\"/><path d=\"M2 4.99985C1.44772 4.99985 1 5.44756 1 5.99985C1 6.55213 1.44772 6.99985 2 6.99985H9C9.55228 6.99985 10 6.55213 10 5.99985C10 5.44756 9.55228 4.99985 9 4.99985H2Z\" fill=\"currentColor\"/><path d=\"M2 8.99985C1.44772 8.99985 1 9.44756 1 9.99985C1 10.5521 1.44772 10.9998 2 10.9998H6C6.55228 10.9998 7 10.5521 7 9.99985C7 9.44756 6.55228 8.99985 6 8.99985H2Z\" 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=\"M19.4142 3.00008C18.6332 2.21904 17.3668 2.21905 16.5858 3.00009L11.5858 8.0001C11.2107 8.37517 11 8.88388 11 9.41431V12.0001C11 12.2654 11.1054 12.5197 11.2929 12.7072C11.4804 12.8948 11.7348 13.0001 12 13.0001L14.5858 13.0001C15.1162 13.0001 15.6249 12.7894 16 12.4143L21 7.41426C21.7811 6.6332 21.781 5.36687 21 4.58583L19.4142 3.00008Z\" fill=\"currentColor\"/><path d=\"M6 11.0002C4.34315 11.0002 3 12.3434 3 14.0002C3 15.6571 4.34315 17.0002 6 17.0002H16C16.5523 17.0002 17 17.448 17 18.0002C17 18.5525 16.5523 19.0002 16 19.0002H12C11.4477 19.0002 11 19.448 11 20.0002C11 20.5525 11.4477 21.0002 12 21.0002H16C17.6569 21.0002 19 19.6571 19 18.0002C19 16.3434 17.6569 15.0002 16 15.0002H6C5.44772 15.0002 5 14.5525 5 14.0002C5 13.448 5.44772 13.0002 6 13.0002H8C8.55228 13.0002 9 12.5525 9 12.0002C9 11.448 8.55228 11.0002 8 11.0002H6Z\" 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-1-stroke-2",
3
- "version": "1.1.123",
3
+ "version": "1.1.124",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 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";