@alfalab/icons-glyph 2.98.0 → 2.100.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/DotMediumShiftLeftMIcon.d.ts +3 -0
- package/DotMediumShiftLeftMIcon.js +1 -0
- package/DotMediumShiftLeftSIcon.d.ts +3 -0
- package/DotMediumShiftLeftSIcon.js +1 -0
- package/PrinterLineMIcon.d.ts +3 -0
- package/PrinterLineMIcon.js +1 -0
- package/WeightMIcon.d.ts +3 -0
- package/WeightMIcon.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,i=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:"M10.5 12a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z"}))};exports.DotMediumShiftLeftMIcon=i,exports.default=i;
|
|
@@ -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,i=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:"M7 8a3 3 0 11-6 0 3 3 0 016 0z"}))};exports.DotMediumShiftLeftSIcon=i,exports.default=i;
|
|
@@ -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,a=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:"M9 11a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"}),r.createElement("path",{d:"M6 6V4a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v8a2 2 0 01-2 2h-2v4H6v-4H4a2 2 0 01-2-2V8a2 2 0 012-2h2zm2-2v2h8V4H8zm0 14v2h8v-2H8zM4 8v8h16V8H4z"}))};exports.PrinterLineMIcon=a,exports.default=a;
|
package/WeightMIcon.d.ts
ADDED
package/WeightMIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M13 7.83a3.001 3.001 0 10-2 0V8H8.062a3 3 0 00-2.91 2.272L2.84 19.515A2 2 0 004.781 22H19.22a2 2 0 001.94-2.485l-2.31-9.243A3 3 0 0015.938 8H13v-.17zM13 5a1 1 0 11-2 0 1 1 0 012 0zm-2.428 13.02l-1.611-2.252h-.274v2.251H7.263v-5.376h1.426v2.11h.253l1.602-2.11h1.616l-2.04 2.461 2.148 2.915h-1.695zm6.46-5.377v1.074h-2.3v4.302h-1.425v-5.376h3.725z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WeightMIcon=r,exports.default=r;
|