@alfalab/icons-glyph 2.188.0 → 2.189.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/FlameMIcon.d.ts +3 -0
- package/FlameMIcon.js +1 -0
- package/HeatMIcon.d.ts +3 -0
- package/HeatMIcon.js +1 -0
- package/TaxiMIcon.d.ts +3 -0
- package/TaxiMIcon.js +1 -0
- package/package.json +1 -1
package/FlameMIcon.d.ts
ADDED
package/FlameMIcon.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:"M3 14.292c0-.996.191-3.325 2.35-5.872.062-.075.125-.148.186-.22 1.888-2.226 3.152-3.717 3.54-6.458.05-.352.43-.565.735-.382 3.02 1.803 5.031 5.034 5.031 8.719 0 1.487 1.713-.31 2.48-1.677.206-.369.832-.556 1.106-.234C19.635 9.59 20.974 12.1 21 14.294 21 19.104 16.97 23 12 23s-9-3.898-9-8.708zm9.67.117c.33.96.551 1.603 1.847.888.263-.145.604-.06.704.224.714 2.031.22 4.979-3.22 4.979-3.181 0-5.406-3.834-1.275-8.218a.448.448 0 01.598-.061c.808.629 1.105 1.492 1.345 2.188z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.FlameMIcon=r,exports.default=r;
|
package/HeatMIcon.d.ts
ADDED
package/HeatMIcon.js
ADDED
|
@@ -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:"M11.676 21.892c9.19-7.409-1.434-11.613 1.32-19.043.188-.506-.411-1.076-.842-.756-8.874 6.572 1.578 10.297-1.301 19.162-.161.494.42.962.823.637z"}),r.createElement("path",{d:"M5.176 21.892c9.19-7.409-1.433-11.613 1.32-19.043.188-.506-.411-1.076-.842-.756C-3.22 8.665 7.232 12.39 4.353 21.255c-.161.494.42.962.823.637zm13 0c9.19-7.409-1.433-11.613 1.32-19.043.188-.506-.411-1.076-.842-.756-8.874 6.572 1.578 10.297-1.301 19.162-.161.494.42.962.823.637z"}))};exports.HeatMIcon=a,exports.default=a;
|
package/TaxiMIcon.d.ts
ADDED
package/TaxiMIcon.js
ADDED
|
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M5.562 6a2 2 0 00-1.94 1.515L1 18h22L20.379 7.515A2 2 0 0018.439 6H5.561zM7.5 9h3v3h-3V9zm0 3v3h-3v-3h3zm6 0v3h-3v-3h3zm3 0h-3V9h3v3zm0 0h3v3h-3v-3z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TaxiMIcon=l,exports.default=l;
|