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.77 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.Eon = 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", { d: "M15.81 27.675c.1.053.233.079.313.079a.667.667 0 00.41-.166c.869-.548 4.96-3.127 7.098-4.388.43-.246.554-.492.43-.923a3332.509 3332.509 0 01-2.153-10.154l-.008.02c-.006-.156-.083-.295-.238-.512 0 0-3.385-4.923-4.862-7.077-.308-.37-.492-.554-.677-.554-.185 0-.43.185-.677.554-1.477 2.092-4.861 7.077-4.861 7.077-.14.196-.217.328-.235.466l-.012-.035s-1.476 7.076-2.215 10.215c-.123.43 0 .677.43.923 2.4 1.415 7.262 4.492 7.262 4.492l-.005-.017zm-5.042-14.256c.637 1.77 2.347 6.541 3.14 8.92.338.93 1.055 3.053 1.47 4.29l-4.424-2.69c-.616-.37-1.292-.739-1.908-1.17-.246-.184-.246-.369-.246-.492.615-2.891 1.292-6.028 1.968-8.858zm6.133 13.152a245.09 245.09 0 001.437-4.233c.779-2.285 2.441-6.955 3.104-8.812.668 2.802 1.335 5.896 1.943 8.75 0 .124 0 .309-.247.493-.615.431-1.292.8-1.907 1.17-1.342.816-2.96 1.798-4.33 2.632zm3.65-14.079c-.598 1.76-3.181 9.36-4.428 13.046a3516.33 3516.33 0 01-4.549-13.046h8.977zm-8.895-.677c.75-1.097 3.31-4.843 4.406-6.461a2810.21 2810.21 0 004.405 6.461h-8.81zM16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16z", key: "k0" }))); }); exports.Eon.displayName = 'Eon'; exports.EonDimensions = { height: 32, width: 32 };