@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.83 kB
JavaScript
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 RootFire({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Fire",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.125.01c.438.106.266.992.266 1.415 0 1.028.194 1.325.5 1.93.305.606.75 1.103 1.327 1.553.684.532 1.486 1.21 2.122 2.024.637.817 1.16 1.841 1.16 3.05 0 1.729-.854 3.242-2.054 4.3C11.248 15.337 9.642 16 8 16c-3.314 0-6-2.694-6-6.018 0-1.188.41-2.281.944-3.157.219-.358.704-.91 1.15-.863.445.047.338 1.217.593 1.904.256.687.437 1.113 1.475 1.113.25 0 .58-.159.58-.447 0-.478-.151-.749-.455-1.293l-.038-.068C5.902 6.55 5.5 5.756 5.5 4.465c0-1.98 1.076-2.838 1.695-3.469.384-.39 1.492-1.09 1.93-.985Zm-1.39 3.343A2.54 2.54 0 0 0 7.5 4.465c0 .794.219 1.233.494 1.726.022.039.044.08.068.12.289.512.68 1.203.68 2.221 0 1.493-1.305 2.453-2.58 2.453-.952 0-1.66-.416-2.161-.937A4.006 4.006 0 0 0 8 13.994c1.12 0 2.264-.46 3.126-1.22.859-.757 1.374-1.752 1.374-2.792 0-.604-.259-1.202-.735-1.814-.48-.614-1.124-1.17-1.773-1.675-.755-.588-1.418-1.304-1.886-2.232a6.184 6.184 0 0 1-.37-.908Z",
shapeRendering: "geometricPrecision"
}));
}
RootFire.displayName = 'Fire';
const Fire = createBaseComponent(RootFire);
export { Fire as default };