UNPKG

styled-icons

Version:

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

19 lines (18 loc) 1.3 kB
"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.Baffled = 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 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M8 16A8 8 0 108 0a8 8 0 000 16zM8 1.5a6.5 6.5 0 110 13 6.5 6.5 0 010-13z", key: "k0" }), React.createElement("path", { d: "M6 6.5a.5.5 0 11-1 0 .5.5 0 011 0z", key: "k1" }), React.createElement("path", { d: "M5.5 5a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 015.5 5zm0-1C4.122 4 3 5.122 3 6.5S4.122 9 5.5 9 8 7.878 8 6.5 6.878 4 5.5 4zM11 6.5a.5.5 0 11-1 0 .5.5 0 011 0z", key: "k2" }), React.createElement("path", { d: "M10.5 5a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0110.5 5zm0-1C9.121 4 8 5.122 8 6.5S9.121 9 10.5 9 13 7.878 13 6.5 11.879 4 10.5 4zM6 11h4v1H6v-1z", key: "k3" }))); }); exports.Baffled.displayName = 'Baffled'; exports.BaffledDimensions = { height: 16, width: 16 };