@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.0.4 → 1.0.5
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/IconMarkup/index.d.ts +4 -0
- package/IconMarkup/index.js +2 -0
- package/IconMarkup/index.js.map +1 -0
- package/IconMarkup/index.mjs +2 -0
- package/IconMarkup/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +7 -5
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +9 -2
|
@@ -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,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!L.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconMarkup:()=>u,default:()=>v});module.exports=g(h);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(C.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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z",fill:"currentColor"})),v=u;0&&(module.exports={IconMarkup});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarkup/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 IconMarkup: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarkup;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMarkup_exports","__export","IconMarkup","IconMarkup_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMarkup","props","React","CentralIconBase","IconMarkup_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z",fill:"currentColor"})),L=m;export{m as IconMarkup,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarkup/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 IconMarkup: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarkup;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarkup","props","React","CentralIconBase","IconMarkup_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -12628,6 +12628,20 @@
|
|
|
12628
12628
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12629
12629
|
"componentName": "IconMarkerCircle"
|
|
12630
12630
|
},
|
|
12631
|
+
{
|
|
12632
|
+
"category": "Edit",
|
|
12633
|
+
"svg": "<path d=\"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z\" fill=\"currentColor\"/>",
|
|
12634
|
+
"iconName": "markup, marker, highlight",
|
|
12635
|
+
"variant": {
|
|
12636
|
+
"join": "square",
|
|
12637
|
+
"filled": "on",
|
|
12638
|
+
"radius": "0",
|
|
12639
|
+
"stroke": "1.5"
|
|
12640
|
+
},
|
|
12641
|
+
"createdAt": "2025-09-09T06:30:34.762588+00:00",
|
|
12642
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12643
|
+
"componentName": "IconMarkup"
|
|
12644
|
+
},
|
|
12631
12645
|
{
|
|
12632
12646
|
"category": "Things",
|
|
12633
12647
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2.32996L3.90115 2.51537C9.41135 3.64912 14.5887 3.64912 20.0989 2.51537L21 2.32996V12.5C21 17.4705 16.9706 21.5 12 21.5C7.02944 21.5 3 17.4705 3 12.5V2.32996ZM16 13C13.5 17.6667 10.5 17.6667 8 13C11 14.1667 13 14.1667 16 13ZM11 10.1058C11 10.6421 10.7135 10.5298 10.2732 10.3572C9.98547 10.2444 9.63203 10.1058 9.25 10.1058C8.86797 10.1058 8.51453 10.2444 8.22676 10.3572C7.78652 10.5298 7.5 10.6421 7.5 10.1058C7.5 9.21896 8.2835 8.5 9.25 8.5C10.2165 8.5 11 9.21896 11 10.1058ZM15.7732 10.3572C16.2135 10.5298 16.5 10.6421 16.5 10.1058C16.5 9.21896 15.7165 8.5 14.75 8.5C13.7835 8.5 13 9.21896 13 10.1058C13 10.6421 13.2865 10.5298 13.7268 10.3572C14.0145 10.2444 14.368 10.1058 14.75 10.1058C15.132 10.1058 15.4855 10.2444 15.7732 10.3572Z\" fill=\"currentColor\"/>",
|
|
@@ -13191,7 +13205,7 @@
|
|
|
13191
13205
|
{
|
|
13192
13206
|
"category": "Communication",
|
|
13193
13207
|
"svg": "<path d=\"M11.25 5.37695L2 3.31445V19.2888L11.25 21.3513V5.37695Z\" fill=\"currentColor\"/><path d=\"M12.75 5.37695V21.3513L22 19.2888V3.31445L12.75 5.37695Z\" fill=\"currentColor\"/>",
|
|
13194
|
-
"iconName": "newspaper-1, guide, info, faq",
|
|
13208
|
+
"iconName": "newspaper-1, guide, info, faq, book",
|
|
13195
13209
|
"variant": {
|
|
13196
13210
|
"join": "square",
|
|
13197
13211
|
"filled": "on",
|
|
@@ -13205,7 +13219,7 @@
|
|
|
13205
13219
|
{
|
|
13206
13220
|
"category": "Communication",
|
|
13207
13221
|
"svg": "<path d=\"M1 4V20H9C9.867 20 10.4085 20.2352 10.7304 20.5445C11.0491 20.8507 11.25 21.323 11.25 22V7.75C11.25 5.67893 9.57107 4 7.5 4H1Z\" fill=\"currentColor\"/><path d=\"M12.75 7.75V22C12.75 21.323 12.9509 20.8507 13.2696 20.5445C13.5915 20.2352 14.133 20 15 20H23V4H16.5C14.4289 4 12.75 5.67893 12.75 7.75Z\" fill=\"currentColor\"/>",
|
|
13208
|
-
"iconName": "newspaper-2, guide, info, faq",
|
|
13222
|
+
"iconName": "newspaper-2, guide, info, faq, book",
|
|
13209
13223
|
"variant": {
|
|
13210
13224
|
"join": "square",
|
|
13211
13225
|
"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/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-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":
|
|
14
|
+
"totalIcons": 1523,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 33,
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
]
|
|
430
430
|
},
|
|
431
431
|
"Edit": {
|
|
432
|
-
"count":
|
|
432
|
+
"count": 68,
|
|
433
433
|
"icons": [
|
|
434
434
|
"IconAddKeyframe",
|
|
435
435
|
"IconBezier",
|
|
@@ -471,6 +471,7 @@
|
|
|
471
471
|
"IconMarkdown",
|
|
472
472
|
"IconMarker",
|
|
473
473
|
"IconMarkerCircle",
|
|
474
|
+
"IconMarkup",
|
|
474
475
|
"IconPaintBrush",
|
|
475
476
|
"IconPaintBucket",
|
|
476
477
|
"IconPaintBucketDrop",
|
|
@@ -2614,6 +2615,7 @@
|
|
|
2614
2615
|
"IconMarkdown": "markdown",
|
|
2615
2616
|
"IconMarker": "marker, highlight",
|
|
2616
2617
|
"IconMarkerCircle": "marker-circle, highlight",
|
|
2618
|
+
"IconMarkup": "markup, marker, highlight",
|
|
2617
2619
|
"IconMask": "mask, theatre",
|
|
2618
2620
|
"IconMastadon": "mastadon",
|
|
2619
2621
|
"IconMathBasic": "math-basic, calc",
|
|
@@ -2654,8 +2656,8 @@
|
|
|
2654
2656
|
"IconMute": "mute, sound-off",
|
|
2655
2657
|
"IconNailedIt": "nailed-it",
|
|
2656
2658
|
"IconNewspaper": "newspaper, News, paper",
|
|
2657
|
-
"IconNewspaper1": "newspaper-1, guide, info, faq",
|
|
2658
|
-
"IconNewspaper2": "newspaper-2, guide, info, faq",
|
|
2659
|
+
"IconNewspaper1": "newspaper-1, guide, info, faq, book",
|
|
2660
|
+
"IconNewspaper2": "newspaper-2, guide, info, faq, book",
|
|
2659
2661
|
"IconNewspaper3": "newspaper-3",
|
|
2660
2662
|
"IconNfc1": "nfc-1",
|
|
2661
2663
|
"IconNfc2": "nfc-2",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -6314,6 +6314,13 @@
|
|
|
6314
6314
|
"iconName": "marker-circle,highlight",
|
|
6315
6315
|
"pathname": "src/IconMarkerCircle"
|
|
6316
6316
|
},
|
|
6317
|
+
{
|
|
6318
|
+
"svg": "<Path d=\"M15.2051 17.1104L13.7148 19.5H21.0098V21H3V17.7705L6.35547 11.9736L15.2051 17.1104ZM21.8594 8.43555L17.0889 16.4688L5.96387 10.0117L10.7344 1.97852L21.8594 8.43555Z\" fill=\"currentColor\"/>",
|
|
6319
|
+
"tags": "Path",
|
|
6320
|
+
"componentName": "IconMarkup",
|
|
6321
|
+
"iconName": "markup, marker, highlight",
|
|
6322
|
+
"pathname": "src/IconMarkup"
|
|
6323
|
+
},
|
|
6317
6324
|
{
|
|
6318
6325
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 2.32996L3.90115 2.51537C9.41135 3.64912 14.5887 3.64912 20.0989 2.51537L21 2.32996V12.5C21 17.4705 16.9706 21.5 12 21.5C7.02944 21.5 3 17.4705 3 12.5V2.32996ZM16 13C13.5 17.6667 10.5 17.6667 8 13C11 14.1667 13 14.1667 16 13ZM11 10.1058C11 10.6421 10.7135 10.5298 10.2732 10.3572C9.98547 10.2444 9.63203 10.1058 9.25 10.1058C8.86797 10.1058 8.51453 10.2444 8.22676 10.3572C7.78652 10.5298 7.5 10.6421 7.5 10.1058C7.5 9.21896 8.2835 8.5 9.25 8.5C10.2165 8.5 11 9.21896 11 10.1058ZM15.7732 10.3572C16.2135 10.5298 16.5 10.6421 16.5 10.1058C16.5 9.21896 15.7165 8.5 14.75 8.5C13.7835 8.5 13 9.21896 13 10.1058C13 10.6421 13.2865 10.5298 13.7268 10.3572C14.0145 10.2444 14.368 10.1058 14.75 10.1058C15.132 10.1058 15.4855 10.2444 15.7732 10.3572Z\" fill=\"currentColor\"/>",
|
|
6319
6326
|
"tags": "Path",
|
|
@@ -6598,14 +6605,14 @@
|
|
|
6598
6605
|
"svg": "<Path d=\"M11.25 5.37695L2 3.31445V19.2888L11.25 21.3513V5.37695Z\" fill=\"currentColor\"/><Path d=\"M12.75 5.37695V21.3513L22 19.2888V3.31445L12.75 5.37695Z\" fill=\"currentColor\"/>",
|
|
6599
6606
|
"tags": "Path",
|
|
6600
6607
|
"componentName": "IconNewspaper1",
|
|
6601
|
-
"iconName": "newspaper-1, guide, info, faq",
|
|
6608
|
+
"iconName": "newspaper-1, guide, info, faq, book",
|
|
6602
6609
|
"pathname": "src/IconNewspaper1"
|
|
6603
6610
|
},
|
|
6604
6611
|
{
|
|
6605
6612
|
"svg": "<Path d=\"M1 4V20H9C9.867 20 10.4085 20.2352 10.7304 20.5445C11.0491 20.8507 11.25 21.323 11.25 22V7.75C11.25 5.67893 9.57107 4 7.5 4H1Z\" fill=\"currentColor\"/><Path d=\"M12.75 7.75V22C12.75 21.323 12.9509 20.8507 13.2696 20.5445C13.5915 20.2352 14.133 20 15 20H23V4H16.5C14.4289 4 12.75 5.67893 12.75 7.75Z\" fill=\"currentColor\"/>",
|
|
6606
6613
|
"tags": "Path",
|
|
6607
6614
|
"componentName": "IconNewspaper2",
|
|
6608
|
-
"iconName": "newspaper-2, guide, info, faq",
|
|
6615
|
+
"iconName": "newspaper-2, guide, info, faq, book",
|
|
6609
6616
|
"pathname": "src/IconNewspaper2"
|
|
6610
6617
|
},
|
|
6611
6618
|
{
|