UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 949 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Foggy = 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", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M1.584 13.007a8 8 0 0114.873-5.908 5.5 5.5 0 016.52 5.908h-2.013A3.5 3.5 0 0015 10.05V10a6 6 0 10-11.193 3.007H1.584zM4 19h17v2H4v-2zm-2-4h21v2H2v-2z", key: "k1" }))); }); exports.Foggy.displayName = 'Foggy'; exports.FoggyDimensions = { height: 24, width: 24 };