@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.310 → 1.1.312
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/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.d.ts +2 -2
- package/IconDoubleCheckmark1/index.js +3 -0
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js.map +3 -3
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs +2 -2
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs.map +3 -3
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.d.ts +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js.map +3 -3
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs.map +3 -3
- package/IconDoubleCheckmark2/index.d.ts +4 -0
- package/IconDoubleCheckmark2/index.js +3 -0
- package/{IconDoupleCheck → IconDoubleCheckmark2}/index.js.map +4 -4
- package/IconDoubleCheckmark2/index.mjs +3 -0
- package/{IconDoupleCheck → IconDoubleCheckmark2}/index.mjs.map +4 -4
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.d.ts +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js.map +3 -3
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs.map +3 -3
- package/IconShieldUser/index.d.ts +4 -0
- package/IconShieldUser/index.js +3 -0
- package/IconShieldUser/index.js.map +11 -0
- package/IconShieldUser/index.mjs +3 -0
- package/IconShieldUser/index.mjs.map +11 -0
- package/README.md +5 -4
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +5 -4
- package/index.js +15 -12
- package/index.mjs +5 -4
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +6 -5
- package/IconDoupleCheck/index.d.ts +0 -4
- package/IconDoupleCheck/index.js +0 -3
- package/IconDoupleCheck/index.mjs +0 -3
- package/IconDoupleCheckmark1/index.js +0 -3
package/index.d.ts
CHANGED
|
@@ -721,10 +721,10 @@ export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault } from
|
|
|
721
721
|
export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault } from "./IconDotGrid1x3VerticalTight";
|
|
722
722
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default } from "./IconDotGrid2x3";
|
|
723
723
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default } from "./IconDotGrid3x3";
|
|
724
|
-
export {
|
|
725
|
-
export {
|
|
726
|
-
export {
|
|
727
|
-
export {
|
|
724
|
+
export { IconDoubleCheckmark1, default as IconDoubleCheckmark1Default } from "./IconDoubleCheckmark1";
|
|
725
|
+
export { IconDoubleCheckmark1Small, default as IconDoubleCheckmark1SmallDefault } from "./IconDoubleCheckmark1Small";
|
|
726
|
+
export { IconDoubleCheckmark2, default as IconDoubleCheckmark2Default } from "./IconDoubleCheckmark2";
|
|
727
|
+
export { IconDoubleCheckmark2Small, default as IconDoubleCheckmark2SmallDefault } from "./IconDoubleCheckmark2Small";
|
|
728
728
|
export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
|
|
729
729
|
export { IconDownsize2, default as IconDownsize2Default } from "./IconDownsize2";
|
|
730
730
|
export { IconDraft, default as IconDraftDefault } from "./IconDraft";
|
|
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
|
|
|
1663
1663
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole";
|
|
1664
1664
|
export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch";
|
|
1665
1665
|
export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch";
|
|
1666
|
+
export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser";
|
|
1666
1667
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
1667
1668
|
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
|
|
1668
1669
|
export { IconShip, default as IconShipDefault } from "./IconShip";
|
package/index.js
CHANGED
|
@@ -2169,18 +2169,18 @@ exports.IconDotGrid2x3Default = _IconDotGrid2x3.default;
|
|
|
2169
2169
|
var _IconDotGrid3x3 = require("./IconDotGrid3x3/index.js");
|
|
2170
2170
|
exports.IconDotGrid3x3 = _IconDotGrid3x3.IconDotGrid3x3;
|
|
2171
2171
|
exports.IconDotGrid3x3Default = _IconDotGrid3x3.default;
|
|
2172
|
-
var
|
|
2173
|
-
exports.
|
|
2174
|
-
exports.
|
|
2175
|
-
var
|
|
2176
|
-
exports.
|
|
2177
|
-
exports.
|
|
2178
|
-
var
|
|
2179
|
-
exports.
|
|
2180
|
-
exports.
|
|
2181
|
-
var
|
|
2182
|
-
exports.
|
|
2183
|
-
exports.
|
|
2172
|
+
var _IconDoubleCheckmark1 = require("./IconDoubleCheckmark1/index.js");
|
|
2173
|
+
exports.IconDoubleCheckmark1 = _IconDoubleCheckmark1.IconDoubleCheckmark1;
|
|
2174
|
+
exports.IconDoubleCheckmark1Default = _IconDoubleCheckmark1.default;
|
|
2175
|
+
var _IconDoubleCheckmark1Small = require("./IconDoubleCheckmark1Small/index.js");
|
|
2176
|
+
exports.IconDoubleCheckmark1Small = _IconDoubleCheckmark1Small.IconDoubleCheckmark1Small;
|
|
2177
|
+
exports.IconDoubleCheckmark1SmallDefault = _IconDoubleCheckmark1Small.default;
|
|
2178
|
+
var _IconDoubleCheckmark2 = require("./IconDoubleCheckmark2/index.js");
|
|
2179
|
+
exports.IconDoubleCheckmark2 = _IconDoubleCheckmark2.IconDoubleCheckmark2;
|
|
2180
|
+
exports.IconDoubleCheckmark2Default = _IconDoubleCheckmark2.default;
|
|
2181
|
+
var _IconDoubleCheckmark2Small = require("./IconDoubleCheckmark2Small/index.js");
|
|
2182
|
+
exports.IconDoubleCheckmark2Small = _IconDoubleCheckmark2Small.IconDoubleCheckmark2Small;
|
|
2183
|
+
exports.IconDoubleCheckmark2SmallDefault = _IconDoubleCheckmark2Small.default;
|
|
2184
2184
|
var _IconDownsize = require("./IconDownsize/index.js");
|
|
2185
2185
|
exports.IconDownsize = _IconDownsize.IconDownsize;
|
|
2186
2186
|
exports.IconDownsizeDefault = _IconDownsize.default;
|
|
@@ -4995,6 +4995,9 @@ exports.IconShieldSafeSearchDefault = _IconShieldSafeSearch.default;
|
|
|
4995
4995
|
var _IconShieldSearch = require("./IconShieldSearch/index.js");
|
|
4996
4996
|
exports.IconShieldSearch = _IconShieldSearch.IconShieldSearch;
|
|
4997
4997
|
exports.IconShieldSearchDefault = _IconShieldSearch.default;
|
|
4998
|
+
var _IconShieldUser = require("./IconShieldUser/index.js");
|
|
4999
|
+
exports.IconShieldUser = _IconShieldUser.IconShieldUser;
|
|
5000
|
+
exports.IconShieldUserDefault = _IconShieldUser.default;
|
|
4998
5001
|
var _IconShift = require("./IconShift/index.js");
|
|
4999
5002
|
exports.IconShift = _IconShift.IconShift;
|
|
5000
5003
|
exports.IconShiftDefault = _IconShift.default;
|
package/index.mjs
CHANGED
|
@@ -721,10 +721,10 @@ export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault } from
|
|
|
721
721
|
export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault } from "./IconDotGrid1x3VerticalTight/index.mjs";
|
|
722
722
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default } from "./IconDotGrid2x3/index.mjs";
|
|
723
723
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default } from "./IconDotGrid3x3/index.mjs";
|
|
724
|
-
export {
|
|
725
|
-
export {
|
|
726
|
-
export {
|
|
727
|
-
export {
|
|
724
|
+
export { IconDoubleCheckmark1, default as IconDoubleCheckmark1Default } from "./IconDoubleCheckmark1/index.mjs";
|
|
725
|
+
export { IconDoubleCheckmark1Small, default as IconDoubleCheckmark1SmallDefault } from "./IconDoubleCheckmark1Small/index.mjs";
|
|
726
|
+
export { IconDoubleCheckmark2, default as IconDoubleCheckmark2Default } from "./IconDoubleCheckmark2/index.mjs";
|
|
727
|
+
export { IconDoubleCheckmark2Small, default as IconDoubleCheckmark2SmallDefault } from "./IconDoubleCheckmark2Small/index.mjs";
|
|
728
728
|
export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize/index.mjs";
|
|
729
729
|
export { IconDownsize2, default as IconDownsize2Default } from "./IconDownsize2/index.mjs";
|
|
730
730
|
export { IconDraft, default as IconDraftDefault } from "./IconDraft/index.mjs";
|
|
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
|
|
|
1663
1663
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole/index.mjs";
|
|
1664
1664
|
export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch/index.mjs";
|
|
1665
1665
|
export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch/index.mjs";
|
|
1666
|
+
export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser/index.mjs";
|
|
1666
1667
|
export { IconShift, default as IconShiftDefault } from "./IconShift/index.mjs";
|
|
1667
1668
|
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer/index.mjs";
|
|
1668
1669
|
export { IconShip, default as IconShipDefault } from "./IconShip/index.mjs";
|
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React Native
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.312) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2096 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
|
|
9
9
|
|
|
10
10
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -1220,10 +1220,10 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1220
1220
|
- **IconProgress50** — progress-50, ideas, open, status, tas
|
|
1221
1221
|
- **IconProgress75** — progress-75, ideas, open, status, tas
|
|
1222
1222
|
- **IconCheckCircle2** — check-circle-2, done, confirm, save, success
|
|
1223
|
-
- **
|
|
1224
|
-
- **
|
|
1225
|
-
- **
|
|
1226
|
-
- **
|
|
1223
|
+
- **IconDoubleCheckmark1** — double-checkmark-1
|
|
1224
|
+
- **IconDoubleCheckmark1Small** — double-checkmark-1-small
|
|
1225
|
+
- **IconDoubleCheckmark2** — double-checkmark-2
|
|
1226
|
+
- **IconDoubleCheckmark2Small** — double-checkmark-2-small
|
|
1227
1227
|
- **IconExclamationCircle** — exclamation-circle, info, warning
|
|
1228
1228
|
- **IconPreview** — preview, details
|
|
1229
1229
|
- **IconSearchOptions** — search-options, settings
|
|
@@ -1583,6 +1583,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1583
1583
|
- **IconUnlocked2** — unlocked-2, unlock, private
|
|
1584
1584
|
- **IconKeyhole2** — keyhole-2, lock, unlock
|
|
1585
1585
|
- **IconShieldSafeSearch** — shield-safe-search, child-protection
|
|
1586
|
+
- **IconShieldUser** — shield-user, personal-data, id
|
|
1586
1587
|
|
|
1587
1588
|
### Shopping & Payment
|
|
1588
1589
|
- **IconCreditCard1** — credit-card-1, card, payment
|
package/IconDoupleCheck/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var w=Object.create;var{getPrototypeOf:P,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,C=Object.prototype.hasOwnProperty;function f(r){return this[r]}var y,L,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var i=o?y??=new WeakMap:L??=new WeakMap,m=i.get(r);if(m)return m}e=r!=null?w(P(r)):{};let l=o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e;for(let u of c(r))if(!C.call(l,u))p(l,u,{get:f.bind(r,u),enumerable:!0});if(t)i.set(r,l);return l},x=(r)=>{var o=(k??=new WeakMap).get(r),e;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!C.call(o,t))p(o,t,{get:f.bind(r,t),enumerable:!(e=v(r,t))||e.enumerable})}return k.set(r,o),o},k;var S=(r)=>r;function M(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>d});module.exports=x(b);var s=g(require("react")),n=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...i})=>{let m=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var q={};I(q,{default:()=>$,IconDoupleCheck:()=>B});module.exports=x(q);var a=g(require("react"));var h=require("react-native-svg"),B=a.default.memo((r)=>{return a.default.createElement(d,{...r,maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheck"},a.default.createElement(h.Path,{d:"M2 14.625L7.59477 19L18 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),a.default.createElement(h.Path,{d:"M11.5948 19L22 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),$=B;
|
|
2
|
-
|
|
3
|
-
//# debugId=BDBD1E7334723D3264756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import r from"react";import{Svg as u,Mask as d,Rect as s,G as h}from"react-native-svg";var p=({children:e,size:o=24,mode:i="masked",maskId:n,...m})=>{let l=i!=="raw"&&!!n;return r.createElement(u,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(h,{color:"#fff"},e)),r.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as a}from"react-native-svg";var k=t.memo((e)=>{return t.createElement(p,{...e,maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheck"},t.createElement(a,{d:"M2 14.625L7.59477 19L18 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement(a,{d:"M11.5948 19L22 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),v=k;export{v as default,k as IconDoupleCheck};
|
|
2
|
-
|
|
3
|
-
//# debugId=ED8662252E769BBD64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var w=Object.create;var{getPrototypeOf:P,defineProperty:a,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,C=Object.prototype.hasOwnProperty;function f(r){return this[r]}var y,L,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?y??=new WeakMap:L??=new WeakMap,i=m.get(r);if(i)return i}e=r!=null?w(P(r)):{};let l=o||!r||!r.__esModule?a(e,"default",{value:r,enumerable:!0}):e;for(let k of c(r))if(!C.call(l,k))a(l,k,{get:f.bind(r,k),enumerable:!0});if(t)m.set(r,l);return l},x=(r)=>{var o=(h??=new WeakMap).get(r),e;if(o)return o;if(o=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!C.call(o,t))a(o,t,{get:f.bind(r,t),enumerable:!(e=v(r,t))||e.enumerable})}return h.set(r,o),o},h;var S=(r)=>r;function M(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)a(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>u});module.exports=x(b);var s=g(require("react")),n=require("react-native-svg"),u=({children:r,size:o=24,mode:e="masked",maskId:t,...m})=>{let i=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},i?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var q={};I(q,{default:()=>$,IconDoupleCheckmark1:()=>B});module.exports=x(q);var p=g(require("react"));var d=require("react-native-svg"),B=p.default.memo((r)=>{return p.default.createElement(u,{...r,maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1"},p.default.createElement(d.Path,{d:"M3 12.75L8 19L17 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(d.Path,{d:"M11.75 19.25L21 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),$=B;
|
|
2
|
-
|
|
3
|
-
//# debugId=F897E8F82AED89F864756E2164756E21
|