@icongo/vv
Version:
Vivid Icons
30 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVFlame = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M35.555 32.1A11.979 11.979 0 0 1 12 28.857a7.933 7.933 0 0 1 .485-2.924c1.158-7.338 8.3-7.87 4.315-18.933 0 0 6.65 1.727 8 12.143 0 0 4.919-.163 1.6-7.286A21.311 21.311 0 0 1 36 27a24.911 24.911 0 0 1-.445 5.1Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M31 33.5a7.5 7.5 0 0 1-14.975.484L16 34s-.075-3.272 0-4c.684-6.611 2.6-9.563 5-14 .067-2.639-1.115 7.273 5 10a8.188 8.188 0 0 1 5 7.5Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
export { VVFlame };