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.Opera = 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: "M16 8c0 2.369-1.031 4.5-2.669 5.963-2.053 1-3.966.3-4.597-.137 2.016-.441 3.537-2.878 3.537-5.825s-1.522-5.384-3.537-5.828c.634-.438 2.547-1.137 4.597-.138A7.99 7.99 0 0116 8.001z", key: "k0" }), React.createElement("path", { d: "M5.366 3.491C4.482 4.535 3.91 6.078 3.872 7.813v.378c.038 1.731.613 3.275 1.497 4.319 1.147 1.491 2.853 2.434 4.759 2.434a5.768 5.768 0 003.206-.978 7.984 7.984 0 01-5.715 2.025A8 8 0 018 0h.031a7.952 7.952 0 015.303 2.038 5.773 5.773 0 00-3.206-.981c-1.906 0-3.612.944-4.763 2.434z", key: "k1" }))); }); exports.Opera.displayName = 'Opera'; exports.OperaDimensions = { height: 16, width: 16 };