@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.67 → 1.1.69
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/IconCodeMedium/index.d.ts +4 -0
- package/IconCodeMedium/index.js +2 -0
- package/{IconInsertHtml → IconCodeMedium}/index.js.map +1 -1
- package/IconCodeMedium/index.mjs +2 -0
- package/{IconInsertHtml → IconCodeMedium}/index.mjs.map +1 -1
- package/IconConnectors1/index.d.ts +4 -0
- package/IconConnectors1/index.js +2 -0
- package/IconConnectors1/index.js.map +1 -0
- package/IconConnectors1/index.mjs +2 -0
- package/IconConnectors1/index.mjs.map +1 -0
- package/IconConnectors2/index.d.ts +4 -0
- package/IconConnectors2/index.js +2 -0
- package/IconConnectors2/index.js.map +1 -0
- package/IconConnectors2/index.mjs +2 -0
- package/IconConnectors2/index.mjs.map +1 -0
- package/IconVibeCoding2/index.d.ts +4 -0
- package/IconVibeCoding2/index.js +2 -0
- package/IconVibeCoding2/index.js.map +1 -0
- package/IconVibeCoding2/index.mjs +2 -0
- package/IconVibeCoding2/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +56 -14
- package/icons/index.d.ts +4 -1
- package/icons-index.json +13 -7
- package/index.d.ts +4 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +28 -7
- package/IconInsertHtml/index.d.ts +0 -4
- package/IconInsertHtml/index.js +0 -2
- package/IconInsertHtml/index.mjs +0 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3332,6 +3332,13 @@
|
|
|
3332
3332
|
"iconName": "code-lines",
|
|
3333
3333
|
"pathname": "src/IconCodeLines"
|
|
3334
3334
|
},
|
|
3335
|
+
{
|
|
3336
|
+
"svg": "<Path d=\"M17.25 7.75L21.25 12L17.25 16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.75 16.25L2.75 12L6.75 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3337
|
+
"tags": "Path",
|
|
3338
|
+
"componentName": "IconCodeMedium",
|
|
3339
|
+
"iconName": "code-medium, syntax, brackets, dev",
|
|
3340
|
+
"pathname": "src/IconCodeMedium"
|
|
3341
|
+
},
|
|
3335
3342
|
{
|
|
3336
3343
|
"svg": "<Path d=\"M21.9917 8.85354C21.9118 8.33327 21.3324 8.05313 20.9328 7.79299C20.2135 7.31275 19.5142 6.85251 18.7949 6.37226C17.0965 5.23167 15.3782 4.09108 13.6799 2.95049C13.2803 2.69036 12.8807 2.41021 12.4811 2.15008C12.2013 1.94997 11.8217 1.94997 11.522 2.15008C10.3831 2.91047 9.22426 3.69087 8.08538 4.45127L3.05033 7.813C2.61076 8.09315 2.03133 8.37329 2.01135 8.9736C1.99137 9.63395 2.01135 10.3143 2.01135 10.9746V14.1763C2.01135 14.7566 1.89147 15.4369 2.43094 15.7971C3.70968 16.6776 5.00841 17.518 6.30713 18.3785C7.90556 19.439 9.50399 20.5196 11.1024 21.5801C11.542 21.8803 11.9816 22.2004 12.521 21.8403C12.9806 21.5401 13.4201 21.2399 13.8797 20.9398C15.6579 19.7592 17.4362 18.5586 19.2145 17.3779L21.1925 16.0573C21.3124 15.9772 21.4523 15.8972 21.5721 15.7971C21.8519 15.597 21.9717 15.3169 21.9717 14.9767V9.47386C21.9917 9.25375 22.0117 9.05365 21.9917 8.85354C21.9917 8.89356 21.9917 8.83353 21.9917 8.85354ZM12.8607 4.47128L19.5941 8.9736L16.597 10.9946L12.8607 8.49336V4.47128ZM11.1424 4.47128V8.47335L7.42603 10.9746L4.40899 8.9736L11.1424 4.47128ZM3.72966 10.5744L5.86756 12.0152L3.72966 13.4559V10.5744ZM11.1424 19.5591L4.40899 15.0567L7.40605 13.0357L11.1224 15.537V19.5591H11.1424ZM12.0015 14.0562L8.96452 12.0152L12.0015 9.97412L15.0386 12.0152L12.0015 14.0562ZM12.8607 19.5591V15.557L16.577 13.0557L19.5741 15.0768L12.8607 19.5591ZM20.2734 13.4559L18.1355 12.0152L20.2934 10.5744L20.2734 13.4559Z\" fill=\"currentColor\"/>",
|
|
3337
3344
|
"tags": "Path",
|
|
@@ -3514,6 +3521,20 @@
|
|
|
3514
3521
|
"iconName": "concise, text-shorten, squeeze",
|
|
3515
3522
|
"pathname": "src/IconConcise"
|
|
3516
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
"svg": "<Path d=\"M3.75 7C3.75 8.79493 5.20507 10.25 7 10.25C8.79493 10.25 10.25 8.79493 10.25 7C10.25 5.20507 8.79493 3.75 7 3.75C5.20507 3.75 3.75 5.20507 3.75 7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 17C3.75 18.7949 5.20507 20.25 7 20.25C8.79493 20.25 10.25 18.7949 10.25 17C10.25 15.2051 8.79493 13.75 7 13.75C5.20507 13.75 3.75 15.2051 3.75 17Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.75 7C13.75 8.79493 15.2051 10.25 17 10.25C18.7949 10.25 20.25 8.79493 20.25 7C20.25 5.20507 18.7949 3.75 17 3.75C15.2051 3.75 13.75 5.20507 13.75 7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.75 17C13.75 18.7949 15.2051 20.25 17 20.25C18.7949 20.25 20.25 18.7949 20.25 17C20.25 15.2051 18.7949 13.75 17 13.75C15.2051 13.75 13.75 15.2051 13.75 17Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 14.5L14.5 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3526
|
+
"tags": "Path",
|
|
3527
|
+
"componentName": "IconConnectors1",
|
|
3528
|
+
"iconName": "connectors-1, connection, apps",
|
|
3529
|
+
"pathname": "src/IconConnectors1"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"svg": "<Path d=\"M3.75 17C3.75 18.7949 5.20507 20.25 7 20.25C8.79493 20.25 10.25 18.7949 10.25 17C10.25 15.2051 8.79493 13.75 7 13.75C5.20507 13.75 3.75 15.2051 3.75 17Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.75 7C13.75 8.79493 15.2051 10.25 17 10.25C18.7949 10.25 20.25 8.79493 20.25 7C20.25 5.20507 18.7949 3.75 17 3.75C15.2051 3.75 13.75 5.20507 13.75 7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 7C3.75 8.79493 5.20507 10.25 7 10.25C8.79493 10.25 10.25 8.79493 10.25 7C10.25 5.20507 8.79493 3.75 7 3.75C5.20507 3.75 3.75 5.20507 3.75 7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 10.5V17H10.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
3533
|
+
"tags": "Path",
|
|
3534
|
+
"componentName": "IconConnectors2",
|
|
3535
|
+
"iconName": "connectors-2, connection, apps",
|
|
3536
|
+
"pathname": "src/IconConnectors2"
|
|
3537
|
+
},
|
|
3517
3538
|
{
|
|
3518
3539
|
"svg": "<Path d=\"M7.25 7.75L9 9.5L7.25 11.25M10.75 11.25H12.75M3.75 3.75H20.25V20.25H3.75V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3519
3540
|
"tags": "Path",
|
|
@@ -6083,13 +6104,6 @@
|
|
|
6083
6104
|
"iconName": "input-form, text-area, prompt",
|
|
6084
6105
|
"pathname": "src/IconInputForm"
|
|
6085
6106
|
},
|
|
6086
|
-
{
|
|
6087
|
-
"svg": "<Path d=\"M17.25 7.75L21.25 12L17.25 16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.75 16.25L2.75 12L6.75 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6088
|
-
"tags": "Path",
|
|
6089
|
-
"componentName": "IconInsertHtml",
|
|
6090
|
-
"iconName": "insert-html,code, brackets",
|
|
6091
|
-
"pathname": "src/IconInsertHtml"
|
|
6092
|
-
},
|
|
6093
6107
|
{
|
|
6094
6108
|
"svg": "<Path d=\"M12.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z\" fill=\"currentColor\"/><Circle cx=\"4\" cy=\"18\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"9\" cy=\"11\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"15\" cy=\"16\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"20\" cy=\"10\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6095
6109
|
"tags": "Circle, Path",
|
|
@@ -10927,6 +10941,13 @@
|
|
|
10927
10941
|
"iconName": "vibe-coding, ai, ide, syntax",
|
|
10928
10942
|
"pathname": "src/IconVibeCoding"
|
|
10929
10943
|
},
|
|
10944
|
+
{
|
|
10945
|
+
"svg": "<Path d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\" fill=\"currentColor\"/><Path d=\"M9.25 4.75L2 12L9.25 19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22 12L14.75 19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10946
|
+
"tags": "Path",
|
|
10947
|
+
"componentName": "IconVibeCoding2",
|
|
10948
|
+
"iconName": "vibe-coding-2, ai, ide, syntax",
|
|
10949
|
+
"pathname": "src/IconVibeCoding2"
|
|
10950
|
+
},
|
|
10930
10951
|
{
|
|
10931
10952
|
"svg": "<Path d=\"M1.75 20.25C1.75 15.5839 5.32074 13.5638 8.4125 14.1897\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.75 20.2498H10.7M10.7 20.2498H20.2L22.25 13.0498H12.75L10.7 20.2498Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 5C17.5516 5.63061 17.9302 6.28903 18.1667 7.05714C18.9047 6.65121 19.6656 6.3 20.5 6.13143\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.90201 10.9929C5.63764 10.9929 3.80201 9.15083 3.80201 6.87857C3.8019 5.33571 4.31451 3.27857 6.36451 3.27857C7.55762 3.27857 9.4394 2.25 9.4394 2.25C10.0869 3.26228 11.0764 3.54532 12.002 2.76429C13.2097 3.97619 12.9029 5.15889 12.002 6.36429V6.87857C12.002 9.15083 10.1664 10.9929 7.90201 10.9929Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect width=\"4\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><Rect width=\"3\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><Path d=\"M9.4375 6.75H7.3875\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10932
10953
|
"tags": "Path, Rect",
|
package/IconInsertHtml/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!B.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(k(r)):{},i(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>i(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconInsertHtml:()=>u,default:()=>P});module.exports=x(g);var p=m(require("react"));var l=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 s=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M17.25 7.75L21.25 12L17.25 16.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M6.75 16.25L2.75 12L6.75 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconInsertHtml});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
package/IconInsertHtml/index.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...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 i=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17.25 7.75L21.25 12L17.25 16.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M6.75 16.25L2.75 12L6.75 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconInsertHtml,B as default};
|
|
2
|
-
//# sourceMappingURL=index.mjs.map
|