styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 926 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Zap = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M20.98 11.802a.995.995 0 00-.738-.771l-6.86-1.716 2.537-5.921a.998.998 0 00-.317-1.192.996.996 0 00-1.234.024l-11 9a1 1 0 00.39 1.744l6.719 1.681-3.345 5.854A1.001 1.001 0 008 22a.995.995 0 00.6-.2l12-9a1 1 0 00.38-.998z", key: "k0" })));
});
exports.Zap.displayName = 'Zap';
exports.ZapDimensions = { height: 24, width: 24 };