UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.52 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.Omg = 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 32 32" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-4.144-14.71a4.353 4.353 0 00-4.35 4.355A4.353 4.353 0 0011.855 26a4.353 4.353 0 004.352-4.355 4.353 4.353 0 00-4.351-4.355zm0 7.393a3.035 3.035 0 01-3.033-3.036 3.035 3.035 0 013.033-3.037 3.035 3.035 0 013.034 3.037 3.04 3.04 0 01-3.034 3.036zM21.15 8a4.353 4.353 0 00-4.351 4.355 4.353 4.353 0 004.35 4.355 4.353 4.353 0 004.352-4.355A4.353 4.353 0 0021.149 8zm0 7.393a3.035 3.035 0 01-3.034-3.036A3.035 3.035 0 0121.15 9.32a3.035 3.035 0 013.033 3.037 3.04 3.04 0 01-3.033 3.036zM11.856 8a4.358 4.358 0 00-1.696 8.37 4.351 4.351 0 005.288-1.556 4.36 4.36 0 00-.475-5.497h1.233V8h-4.35zm3.034 4.355a3.035 3.035 0 01-3.034 3.036 3.035 3.035 0 01-3.033-3.036 3.035 3.035 0 013.033-3.036 3.04 3.04 0 013.035 3.036h-.001z", key: "k0" }))); }); exports.Omg.displayName = 'Omg'; exports.OmgDimensions = { height: 32, width: 32 };