@alfalab/icons-glyph 2.265.0 → 2.267.0
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/ArrowRightUpCompactMIcon.d.ts +3 -0
- package/ArrowRightUpCompactMIcon.js +1 -0
- package/ArrowRightUpCompactSIcon.d.ts +3 -0
- package/ArrowRightUpCompactSIcon.js +1 -0
- package/ArrowRightUpSIcon.d.ts +3 -0
- package/ArrowRightUpSIcon.js +1 -0
- package/SimCardCompactMIcon.d.ts +3 -0
- package/SimCardCompactMIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M17.5 6.5v7.75H16V9.06l-8.47 8.47-1.06-1.06L14.94 8H9.75V6.5h7.75z"}))};exports.ArrowRightUpCompactMIcon=o,exports.default=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M12 10.5h-1V5.71l-7.143 7.144-.707-.707L10.297 5H5.5V4H12v6.5z"}))};exports.ArrowRightUpCompactSIcon=o,exports.default=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M10.54 10V6.463l-5.174 5.175-1.005-1.005 5.175-5.175H6V4h5.999v6H10.54z"}))};exports.ArrowRightUpSIcon=l,exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M18 8v10a2 2 0 01-2 2H8a2 2 0 01-2-2V6a2 2 0 012-2h6l4 4zm-8 3a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1h-4z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.SimCardCompactMIcon=r,exports.default=r;
|