UNPKG

@semcore/icon

Version:
27 lines 1.1 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootOpera({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Opera", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 7.9c0 4.3-2.8 8.1-7 8.1s-7-3.8-7-8.1C1 3.2 3.9 0 8 0c4 0 7 3.1 7 7.9ZM5 7.8c0 2.6.2 6.2 3 6.2s3-3.6 3-6.2C11 4.9 10.6 2 8 2 5.3 2 5 4.8 5 7.8Z", shapeRendering: "geometricPrecision" })); } RootOpera.displayName = 'Opera'; const Opera = createBaseComponent(RootOpera); export { Opera as default };