@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.67 → 1.1.68
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/README.md +3 -1
- package/filtered-icons.json +42 -14
- package/icons/index.d.ts +3 -1
- package/icons-index.json +11 -7
- package/index.d.ts +3 -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 +21 -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 8L20.2929 11.2929C20.6834 11.6834 20.6834 12.3166 20.2929 12.7071L17 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 16L3.70711 12.7071C3.31658 12.3166 3.31658 11.6834 3.70711 11.2929L7 8\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 14.5L14.5 9.5\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 10V15C17 16.1046 16.1046 17 15 17H10\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
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.5 8L9.25 9.75L7.5 11.5M12 11.5H14M6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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 8L20.2929 11.2929C20.6834 11.6834 20.6834 12.3166 20.2929 12.7071L17 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 16L3.70711 12.7071C3.31658 12.3166 3.31658 11.6834 3.70711 11.2929L7 8\" stroke=\"currentColor\" strokeWidth=\"2\" 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.3536 6.14645L14.1464 4.35355C14.3417 4.15829 14.6583 4.15829 14.8536 4.35355L16.6464 6.14645C16.8417 6.34171 16.8417 6.65829 16.6464 6.85355L14.8536 8.64645C14.6583 8.84171 14.3417 8.84171 14.1464 8.64645L12.3536 6.85355C12.1583 6.65829 12.1583 6.34171 12.3536 6.14645Z\" fill=\"currentColor\"/><Circle cx=\"4\" cy=\"18\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"9\" cy=\"11\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"15\" cy=\"16\" r=\"2\" fill=\"currentColor\"/><Path d=\"M4 18L9 11L15 16L20 10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"20\" cy=\"10\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6095
6109
|
"tags": "Circle, Path",
|
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})},C=(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 i=(r,o,t)=>(t=r!=null?d(k(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconInsertHtml:()=>u,default:()=>P});module.exports=x(g);var p=i(require("react"));var m=i(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.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 8L20.2929 11.2929C20.6834 11.6834 20.6834 12.3166 20.2929 12.7071L17 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M7 16L3.70711 12.7071C3.31658 12.3166 3.31658 11.6834 3.70711 11.2929L7 8",stroke:"currentColor",strokeWidth:"2",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 C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17 8L20.2929 11.2929C20.6834 11.6834 20.6834 12.3166 20.2929 12.7071L17 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M7 16L3.70711 12.7071C3.31658 12.3166 3.31658 11.6834 3.70711 11.2929L7 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconInsertHtml,B as default};
|
|
2
|
-
//# sourceMappingURL=index.mjs.map
|