@alfalab/icons-glyph 2.257.0 → 2.258.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/RoadMIcon.d.ts +3 -0
- package/RoadMIcon.js +1 -0
- package/RoadXxlIcon.d.ts +3 -0
- package/RoadXxlIcon.js +1 -0
- package/package.json +1 -1
package/RoadMIcon.d.ts
ADDED
package/RoadMIcon.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:"M18.245 3.9c-.101-.563-.508-.9-1.015-.9h-4.164l.203 3.375h-2.437L11.035 3H6.77c-.507 0-.914.45-1.015.9L3.013 19.65c-.102.675.406 1.35 1.015 1.35h5.992l.305-5.625h3.452L14.082 21h5.89c.609 0 1.116-.675 1.015-1.35L18.245 3.9zm-7.819 9.225l.203-4.5h2.64l.203 4.5h-3.046z"}))};exports.RoadMIcon=l,exports.default=l;
|
package/RoadXxlIcon.d.ts
ADDED
package/RoadXxlIcon.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:"48",height:"48",viewBox:"0 0 48 48"},e),l.createElement("path",{d:"M36.49 7.8C36.287 6.675 35.475 6 34.46 6h-8.328l.407 6.75h-4.875L22.071 6h-8.53c-1.016 0-1.828.9-2.031 1.8L6.026 39.3c-.203 1.35.812 2.7 2.031 2.7H20.04l.609-11.25h6.905l.61 11.25h11.779c1.219 0 2.234-1.35 2.031-2.7L36.49 7.8zM20.852 26.25l.406-9h5.28l.407 9h-6.093z"}))};exports.RoadXxlIcon=r,exports.default=r;
|