@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.94 kB
JavaScript
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 Fire({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Fire",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12.81.06a1 1 0 0 1 .661.94c0 1.686.32 2.98.847 4.02.527 1.04 1.288 1.881 2.246 2.625 1.064.826 2.28 1.854 3.234 3.072.956 1.222 1.702 2.705 1.702 4.426 0 2.513-1.245 4.735-3.034 6.307C16.68 23.02 14.288 24 11.857 24A8.857 8.857 0 0 1 3 15.143c0-1.73.6-3.34 1.4-4.647a1 1 0 0 1 1.84.364c.087.544.337 1.426.816 2.142.464.695 1.068 1.14 1.913 1.14.88 0 1.483-.63 1.483-1.27 0-.901-.306-1.446-.77-2.27-.025-.047-.052-.094-.079-.142C9.08 9.524 8.5 8.38 8.5 6.5c0-2.831 1.713-4.589 2.708-5.61.2-.204.37-.379.492-.527A1 1 0 0 1 12.81.06Zm-1.131 3.303C11.02 4.165 10.5 5.103 10.5 6.5c0 1.385.396 2.175.849 2.983l.104.186c.453.8.999 1.763.999 3.203 0 1.962-1.729 3.27-3.483 3.27-1.722 0-2.874-.98-3.576-2.029a6.243 6.243 0 0 1-.223-.36 5.96 5.96 0 0 0-.17 1.39A6.857 6.857 0 0 0 11.857 22c1.908 0 3.838-.778 5.289-2.052 1.448-1.273 2.354-2.979 2.354-4.805 0-1.119-.482-2.177-1.277-3.193-.797-1.02-1.855-1.925-2.885-2.725-1.136-.881-2.115-1.94-2.804-3.302a9.518 9.518 0 0 1-.855-2.56Z",
shapeRendering: "geometricPrecision"
}));
}
Fire.displayName = 'Fire';
export default createBaseComponent(Fire);