@alfalab/icons-glyph 2.192.0 → 2.193.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/TrolleybusMIcon.d.ts +3 -0
- package/TrolleybusMIcon.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"),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:"M14 1.333h2L14.667 4h-2L14 1.333zm-7.085 4A2.667 2.667 0 004.25 7.886L3.788 18.55a2.667 2.667 0 001.566 2.547 1.34 1.34 0 00-.02.235V22A1.333 1.333 0 108 22v-.666h8V22a1.333 1.333 0 002.667 0v-.667c0-.08-.007-.159-.02-.235a2.668 2.668 0 001.566-2.547L19.75 7.885a2.667 2.667 0 00-2.664-2.551H6.915zm.68 2c-.708 0-1.292.553-1.332 1.26L6 13.333h12l-.263-4.74a1.333 1.333 0 00-1.332-1.26h-8.81zM8.5 17.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM17 19a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM12 1.334h-2L8.667 4h2L12 1.333z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TrolleybusMIcon=r,exports.default=r;
|