UNPKG

@semcore/icon

Version:
29 lines 1.88 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function SeoQuake({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SeoQuake", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M6.279 6.677c-.019.094-.04.204-.074.34-.27 1.25-.18 2.233.18 3.037-.9.714-2.069.892-3.238.892S1.08 10.857 0 10.59l.36-1.964a6.49 6.49 0 0 0 2.608.536c.719 0 1.348-.179 1.438-.536.065-.356-.447-.465-1.097-.605C2.163 7.774.588 7.437.989 5.5 1.44 3.357 3.777 3 5.575 3c.81 0 1.979.09 2.878.357-.63.357-1.08.982-1.439 1.697a57.73 57.73 0 0 1-.201-.034c-.454-.077-.857-.145-1.328-.145-.54 0-1.348 0-1.438.536-.054.32.438.417 1.053.538.415.082.886.175 1.285.355a1.33 1.33 0 0 0-.106.373Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m10.582 11.482.81 1.518v-.09h3.327l-1.35-2.142c1.35-.536 2.249-1.786 2.519-3.572.54-2.678-.9-4.196-3.597-4.196-2.698 0-4.587 1.518-5.126 4.286-.54 2.678.72 4.196 3.417 4.196Zm2.158-4.286c-.18.893-.54 2.322-1.708 2.322-1.06 0-.905-1.379-.814-2.19l.004-.042c.18-.804.63-2.322 1.709-2.322 1.169 0 .99 1.518.81 2.232Z", shapeRendering: "geometricPrecision" })); } SeoQuake.displayName = 'SeoQuake'; export default createBaseComponent(SeoQuake);