@central-icons-react-native/round-outlined-radius-1-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMarkup: FC<CentralIconBaseProps>;
4
+ export default IconMarkup;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=L(o,e))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?d(f(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconMarkup:()=>m,default:()=>P});module.exports=x(g);var t=u(require("react"));var i=u(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...n})=>i.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M15.1243 16.6221L12.8867 20.4031",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;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=\"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.1243 16.6221L12.8867 20.4031\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M15.1243 16.6221L12.8867 20.4031",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconMarkup,B 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=\"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.1243 16.6221L12.8867 20.4031\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarkup","props","React","CentralIconBase","IconMarkup_default"]}
package/README.md CHANGED
@@ -577,6 +577,7 @@ Below is a complete list of available icons:
577
577
  - IconMarkdown
578
578
  - IconMarker
579
579
  - IconMarkerCircle
580
+ - IconMarkup
580
581
  - IconPaintBrush
581
582
  - IconPaintBucket
582
583
  - IconPaintBucketDrop
@@ -12628,6 +12628,20 @@
12628
12628
  "packageName": "round-outlined-radius-1-stroke-1",
12629
12629
  "componentName": "IconMarkerCircle"
12630
12630
  },
12631
+ {
12632
+ "category": "Edit",
12633
+ "svg": "<path d=\"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.1243 16.6221L12.8867 20.4031\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12634
+ "iconName": "markup, marker, highlight",
12635
+ "variant": {
12636
+ "join": "round",
12637
+ "filled": "off",
12638
+ "radius": "1",
12639
+ "stroke": "1"
12640
+ },
12641
+ "createdAt": "2025-09-09T06:30:34.762588+00:00",
12642
+ "packageName": "round-outlined-radius-1-stroke-1",
12643
+ "componentName": "IconMarkup"
12644
+ },
12631
12645
  {
12632
12646
  "category": "Things",
12633
12647
  "svg": "<path d=\"M3.5 12.5V4.21297C3.5 3.58416 4.07364 3.1121 4.69369 3.21671C9.63705 4.05078 14.363 4.05078 19.3063 3.21671C19.9264 3.1121 20.5 3.58416 20.5 4.21297V12.5C20.5 17.1944 16.6944 21 12 21C7.30558 21 3.5 17.1944 3.5 12.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M10.4931 10.6996C10.4929 10.6992 10.4935 10.6945 10.4958 10.6869C10.4945 10.6962 10.4934 10.7 10.4931 10.6996ZM10.7694 10.5003C10.771 10.5004 10.7718 10.5005 10.7718 10.5005L10.7694 10.5003ZM10.4773 10.3987C10.1928 10.2858 9.72785 10.1058 9.25 10.1058C8.77215 10.1058 8.30721 10.2858 8.02272 10.3987C8.13004 9.91185 8.60784 9.5 9.25 9.5C9.89216 9.5 10.37 9.91185 10.4773 10.3987ZM8.00689 10.6996C8.00663 10.7 8.00546 10.6962 8.00416 10.6869C8.0065 10.6945 8.00715 10.6992 8.00689 10.6996ZM7.72821 10.5005C7.72824 10.5005 7.72904 10.5004 7.73056 10.5003L7.72821 10.5005Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M16.5 10.6058C16.5 11.1421 16.2135 11.0298 15.7732 10.8572C15.4855 10.7444 15.132 10.6058 14.75 10.6058C14.368 10.6058 14.0145 10.7444 13.7268 10.8572C13.2865 11.0298 13 11.1421 13 10.6058C13 9.71896 13.7835 9 14.75 9C15.7165 9 16.5 9.71896 16.5 10.6058Z\" fill=\"currentColor\"/><path d=\"M15.1593 13.4157C13.0535 14.278 10.9477 14.278 8.8419 13.4157C8.39739 13.2337 7.93985 13.6717 8.2094 14.0692C10.2372 17.0602 13.764 17.0602 15.7918 14.0692C16.0614 13.6717 15.6038 13.2337 15.1593 13.4157Z\" fill=\"currentColor\"/>",
@@ -13191,7 +13205,7 @@
13191
13205
  {
13192
13206
  "category": "Communication",
13193
13207
  "svg": "<path d=\"M12 5.74986L3.65596 4.43238C3.049 4.33655 2.5 4.80566 2.5 5.42015V17.3954C2.5 17.8874 2.85798 18.3064 3.34404 18.3831L12 19.7499M12 5.74986L20.344 4.43238C20.951 4.33655 21.5 4.80567 21.5 5.42015V17.3954C21.5 17.8874 21.142 18.3064 20.656 18.3831L12 19.7499M12 5.74986V19.7499\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
13194
- "iconName": "newspaper-1, guide, info, faq",
13208
+ "iconName": "newspaper-1, guide, info, faq, book",
13195
13209
  "variant": {
13196
13210
  "join": "round",
13197
13211
  "filled": "off",
@@ -13205,7 +13219,7 @@
13205
13219
  {
13206
13220
  "category": "Communication",
13207
13221
  "svg": "<path d=\"M12 7.5C12 5.84315 13.3431 4.5 15 4.5H21.5C22.0523 4.5 22.5 4.94772 22.5 5.5V18.5C22.5 19.0523 22.0523 19.5 21.5 19.5H15.277C14.5966 19.5 13.9296 19.6642 13.3508 20.0219C12.772 20.3796 12.3043 20.8914 12 21.5M12 7.5C12 5.84315 10.6569 4.5 9 4.5H2.5C1.94772 4.5 1.5 4.94772 1.5 5.5V18.5C1.5 19.0523 1.94772 19.5 2.5 19.5H8.723C9.40341 19.5 10.0704 19.6642 10.6492 20.0219C11.228 20.3796 11.6957 20.8914 12 21.5M12 7.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
13208
- "iconName": "newspaper-2, guide, info, faq",
13222
+ "iconName": "newspaper-2, guide, info, faq, book",
13209
13223
  "variant": {
13210
13224
  "join": "round",
13211
13225
  "filled": "off",
package/icons/index.d.ts CHANGED
@@ -901,6 +901,7 @@ export type CentralIconName =
901
901
  | "IconMarkdown"
902
902
  | "IconMarker"
903
903
  | "IconMarkerCircle"
904
+ | "IconMarkup"
904
905
  | "IconMask"
905
906
  | "IconMastadon"
906
907
  | "IconMathBasic"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1522,
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": 67,
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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-1-stroke-1",
21
- version: "1.0.4",
21
+ version: "1.0.5",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
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=\"M20.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V18.1543C3.5 17.9764 3.54744 17.8018 3.63744 17.6483L7.01074 11.8975\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.1243 16.6221L12.8867 20.4031\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10.4215 3.5L6.34587 10.3498C6.06008 10.8301 6.22345 11.4514 6.70854 11.729L15.3391 16.6683C15.8151 16.9407 16.4216 16.779 16.6987 16.3058L21.0001 8.96157\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
6319
+ "tags": "Path",
6320
+ "componentName": "IconMarkup",
6321
+ "iconName": "markup, marker, highlight",
6322
+ "pathname": "src/IconMarkup"
6323
+ },
6317
6324
  {
6318
6325
  "svg": "<Path d=\"M3.5 12.5V4.21297C3.5 3.58416 4.07364 3.1121 4.69369 3.21671C9.63705 4.05078 14.363 4.05078 19.3063 3.21671C19.9264 3.1121 20.5 3.58416 20.5 4.21297V12.5C20.5 17.1944 16.6944 21 12 21C7.30558 21 3.5 17.1944 3.5 12.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M10.4931 10.6996C10.4929 10.6992 10.4935 10.6945 10.4958 10.6869C10.4945 10.6962 10.4934 10.7 10.4931 10.6996ZM10.7694 10.5003C10.771 10.5004 10.7718 10.5005 10.7718 10.5005L10.7694 10.5003ZM10.4773 10.3987C10.1928 10.2858 9.72785 10.1058 9.25 10.1058C8.77215 10.1058 8.30721 10.2858 8.02272 10.3987C8.13004 9.91185 8.60784 9.5 9.25 9.5C9.89216 9.5 10.37 9.91185 10.4773 10.3987ZM8.00689 10.6996C8.00663 10.7 8.00546 10.6962 8.00416 10.6869C8.0065 10.6945 8.00715 10.6992 8.00689 10.6996ZM7.72821 10.5005C7.72824 10.5005 7.72904 10.5004 7.73056 10.5003L7.72821 10.5005Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M16.5 10.6058C16.5 11.1421 16.2135 11.0298 15.7732 10.8572C15.4855 10.7444 15.132 10.6058 14.75 10.6058C14.368 10.6058 14.0145 10.7444 13.7268 10.8572C13.2865 11.0298 13 11.1421 13 10.6058C13 9.71896 13.7835 9 14.75 9C15.7165 9 16.5 9.71896 16.5 10.6058Z\" fill=\"currentColor\"/><Path d=\"M15.1593 13.4157C13.0535 14.278 10.9477 14.278 8.8419 13.4157C8.39739 13.2337 7.93985 13.6717 8.2094 14.0692C10.2372 17.0602 13.764 17.0602 15.7918 14.0692C16.0614 13.6717 15.6038 13.2337 15.1593 13.4157Z\" fill=\"currentColor\"/>",
6319
6326
  "tags": "Path",
@@ -6598,14 +6605,14 @@
6598
6605
  "svg": "<Path d=\"M12 5.74986L3.65596 4.43238C3.049 4.33655 2.5 4.80566 2.5 5.42015V17.3954C2.5 17.8874 2.85798 18.3064 3.34404 18.3831L12 19.7499M12 5.74986L20.344 4.43238C20.951 4.33655 21.5 4.80567 21.5 5.42015V17.3954C21.5 17.8874 21.142 18.3064 20.656 18.3831L12 19.7499M12 5.74986V19.7499\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
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=\"M12 7.5C12 5.84315 13.3431 4.5 15 4.5H21.5C22.0523 4.5 22.5 4.94772 22.5 5.5V18.5C22.5 19.0523 22.0523 19.5 21.5 19.5H15.277C14.5966 19.5 13.9296 19.6642 13.3508 20.0219C12.772 20.3796 12.3043 20.8914 12 21.5M12 7.5C12 5.84315 10.6569 4.5 9 4.5H2.5C1.94772 4.5 1.5 4.94772 1.5 5.5V18.5C1.5 19.0523 1.94772 19.5 2.5 19.5H8.723C9.40341 19.5 10.0704 19.6642 10.6492 20.0219C11.228 20.3796 11.6957 20.8914 12 21.5M12 7.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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
  {