@central-icons-react-native/square-outlined-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 B=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=i(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconBoat:()=>f,default:()=>d});module.exports=v(h);var p=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(a.Path,{d:"M13.5 16.5V2.5C13.5 2.5 5.56667 6.76786 3.5 13.5C8.71256 12.8383 14.2921 12.9668 19.5 13.5C18.4323 9.57615 16.5833 6.55357 14 5",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M5.5 21.5L2.5 16.5H21.5L18.5 21.5H5.5Z",stroke:"currentColor",strokeLinecap:"square"})),d=f;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.5 16.5V2.5C13.5 2.5 5.56667 6.76786 3.5 13.5C8.71256 12.8383 14.2921 12.9668 19.5 13.5C18.4323 9.57615 16.5833 6.55357 14 5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M5.5 21.5L2.5 16.5H21.5L18.5 21.5H5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,kIACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,cAAc,SAChB,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 e from"react";import a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(s,{...p,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 C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M13.5 16.5V2.5C13.5 2.5 5.56667 6.76786 3.5 13.5C8.71256 12.8383 14.2921 12.9668 19.5 13.5C18.4323 9.57615 16.5833 6.55357 14 5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement(n,{d:"M5.5 21.5L2.5 16.5H21.5L18.5 21.5H5.5Z",stroke:"currentColor",strokeLinecap:"square"})),P=C;export{C 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.5 16.5V2.5C13.5 2.5 5.56667 6.76786 3.5 13.5C8.71256 12.8383 14.2921 12.9668 19.5 13.5C18.4323 9.57615 16.5833 6.55357 14 5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M5.5 21.5L2.5 16.5H21.5L18.5 21.5H5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,kIACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yCACF,OAAO,eACP,cAAc,SAChB,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": "square-outlined-radius-0-stroke-1",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M13.5 16.5V2.5C13.5 2.5 5.56667 6.76786 3.5 13.5C8.71256 12.8383 14.2921 12.9668 19.5 13.5C18.4323 9.57615 16.5833 6.55357 14 5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M5.5 21.5L2.5 16.5H21.5L18.5 21.5H5.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "square",
3453
+ "filled": "off",
3454
+ "radius": "0",
3455
+ "stroke": "1"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "square-outlined-radius-0-stroke-1",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path d=\"M5.5 12H13.5C15.7091 12 17.5 10.0972 17.5 7.75C17.5 5.40279 15.7091 3.5 13.5 3.5H5.5V12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 12H14.5C16.7091 12 18.5 13.9028 18.5 16.25C18.5 18.5972 16.7091 20.5 14.5 20.5H5.5V12\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -12561,7 +12575,7 @@
12561
12575
  {
12562
12576
  "category": "Edit",
12563
12577
  "svg": "<path d=\"M10.5 13.5H13.5L21.5 5.5L18.4806 2.5L10.5 10.5V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.4124 21.5001C10.4024 21.2431 8.31961 20.6053 6.0785 18.3241C2.3324 14.5111 1.3734 9.30506 3.93652 6.69614C6.04251 4.55253 10.1234 4.71808 13.5 7.00005\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.9998 10.5C19.914 13.9238 20.7163 17.1099 18.4804 18.9305C16.8054 20.2945 14.6859 18.7172 13.4492 17.5013\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
12564
- "iconName": "highlight, mark, freehand",
12578
+ "iconName": "highlight, mark, freehand, drawing, paint",
12565
12579
  "variant": {
12566
12580
  "join": "square",
12567
12581
  "filled": "off",
@@ -13233,7 +13247,7 @@
13233
13247
  {
13234
13248
  "category": "Edit",
13235
13249
  "svg": "<path d=\"M10.5 6.5H21.5V17.5H10.5\" stroke=\"currentColor\"/><path d=\"M6.5 6.5H2.5V17.5H6.5\" stroke=\"currentColor\"/><path d=\"M8.5 3V21\" stroke=\"currentColor\"/>",
13236
- "iconName": "input-form, text-area, prompt",
13250
+ "iconName": "input-form, text-area, prompt, rename",
13237
13251
  "variant": {
13238
13252
  "join": "square",
13239
13253
  "filled": "off",
@@ -16733,7 +16747,7 @@
16733
16747
  {
16734
16748
  "category": "Edit",
16735
16749
  "svg": "<path d=\"M17 2.5L21.5 7L7 21.5H2.5V17L17 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.5 21.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
16736
- "iconName": "pencil-line",
16750
+ "iconName": "pencil-line, signature, write",
16737
16751
  "variant": {
16738
16752
  "join": "square",
16739
16753
  "filled": "off",
@@ -16761,7 +16775,7 @@
16761
16775
  {
16762
16776
  "category": "Edit",
16763
16777
  "svg": "<path d=\"M20.25 6.25L16.75 2.75L2.5 17V20.5H6L20.25 6.25Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M21.25 17.75C21.25 17.75 20.0611 19.5444 18.166 19.5444C16.271 19.5444 15.4594 18.115 13.9866 18.115C12.5138 18.115 11.4964 18.9148 10.5 20\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
16764
- "iconName": "pencil-wave",
16778
+ "iconName": "pencil-wave, signature, write",
16765
16779
  "variant": {
16766
16780
  "join": "square",
16767
16781
  "filled": "off",
@@ -22291,7 +22305,7 @@
22291
22305
  {
22292
22306
  "category": "Edit",
22293
22307
  "svg": "<path d=\"M1.5 5.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M1.5 9.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M22.5 8.5L18.5 4.5L7.5 15.5V19.5H11.5L22.5 8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
22294
- "iconName": "text-edit, prompts, comment",
22308
+ "iconName": "text-edit, prompts, comment, draft",
22295
22309
  "variant": {
22296
22310
  "join": "square",
22297
22311
  "filled": "off",
@@ -24713,7 +24727,7 @@
24713
24727
  {
24714
24728
  "category": "Edit",
24715
24729
  "svg": "<path d=\"M18.5 2.5L11.5 9.5V12.5H14.5L21.5 5.5L18.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8.5 12.5H5.5C4.39543 12.5 3.5 13.3954 3.5 14.5C3.5 15.6046 4.39543 16.5 5.5 16.5H16.5C17.6046 16.5 18.5 17.3954 18.5 18.5C18.5 19.6046 17.6046 20.5 16.5 20.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
24716
- "iconName": "writing",
24730
+ "iconName": "writing, sketching, drawing",
24717
24731
  "variant": {
24718
24732
  "join": "square",
24719
24733
  "filled": "off",
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/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.123",
3
+ "version": "1.1.124",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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";