UNPKG

@semcore/icon

Version:
30 lines 1.88 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 RootSeoQuake({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SeoQuake", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M9.633 10.148c-.025.132-.054.286-.101.477-.371 1.75-.248 3.125.247 4.25-1.237 1-2.844 1.25-4.451 1.25-1.608 0-2.844-.125-4.328-.5l.495-2.75c1.112.5 2.349.75 3.585.75.99 0 1.855-.25 1.979-.75.09-.498-.615-.652-1.51-.847-1.575-.344-3.741-.817-3.189-3.528.618-3 3.833-3.5 6.306-3.5 1.113 0 2.72.125 3.957.5-.866.5-1.484 1.375-1.979 2.375a79.09 79.09 0 0 1-.277-.047c-.624-.108-1.177-.203-1.825-.203-.741 0-1.854 0-1.978.75-.074.448.602.584 1.449.754.57.114 1.218.244 1.766.496-.077.155-.106.309-.146.523Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.55 16.875 16.663 19v-.125h4.575l-1.855-3c1.855-.75 3.092-2.5 3.463-5C23.587 7.125 21.608 5 17.9 5c-3.71 0-6.306 2.125-7.048 6-.742 3.75.989 5.875 4.698 5.875Zm2.968-6c-.247 1.25-.742 3.25-2.35 3.25-1.457 0-1.244-1.93-1.119-3.065l.007-.06c.247-1.125.865-3.25 2.35-3.25 1.607 0 1.36 2.125 1.112 3.125Z", shapeRendering: "geometricPrecision" })); } RootSeoQuake.displayName = 'SeoQuake'; const SeoQuake = createBaseComponent(RootSeoQuake); export { SeoQuake as default };