UNPKG

styled-icons

Version:

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

17 lines (16 loc) 1.23 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.CoinEuro = 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: "M7.5 1a7.5 7.5 0 100 15 7.5 7.5 0 000-15zm0 13.5a6 6 0 110-12 6 6 0 010 12z", key: "k0" }), React.createElement("path", { d: "M10.482 10.068a.5.5 0 00-.684.181A1.51 1.51 0 018.5 11h-2a1.502 1.502 0 01-1.414-1H7.5a.5.5 0 000-1H5V8h2.5a.5.5 0 000-1H5.086c.206-.582.762-1 1.414-1h2a1.51 1.51 0 011.298.751.5.5 0 10.865-.503 2.513 2.513 0 00-2.162-1.249h-2c-1.207 0-2.217.86-2.45 2h-.55a.5.5 0 000 1h.5v1h-.5a.5.5 0 000 1h.55c.232 1.14 1.242 2 2.45 2h2a2.51 2.51 0 002.162-1.249.5.5 0 00-.181-.684z", key: "k1" }))); }); exports.CoinEuro.displayName = 'CoinEuro'; exports.CoinEuroDimensions = { height: 16, width: 16 };