@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlameSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlameSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.344.428A1.12 1.12 0 0 1 7.51.401c4.08 2.042 6.376 6.26 6.234 9.786-.06 1.486-.556 2.88-1.54 3.911-.988 1.035-2.406 1.636-4.18 1.641a5.15 5.15 0 0 1-2.132-.315 5.4 5.4 0 0 1-1.86-1.18 5.8 5.8 0 0 1-1.276-1.845 6.1 6.1 0 0 1-.504-2.214v-.011c-.021-.89.184-1.77.598-2.55a4.8 4.8 0 0 1 1.766-1.87.75.75 0 0 1 1.078.36c.19.463.44.89.742 1.27.34-.605.504-1.353.498-2.18-.007-1.145-.342-2.373-.903-3.418A1.05 1.05 0 0 1 6.263.488a1 1 0 0 1 .08-.06m1.58 1.947c.32.908.504 1.876.51 2.818.01 1.411-.381 2.835-1.4 3.876a.75.75 0 0 1-1.039.033 6.6 6.6 0 0 1-1.257-1.548 3.4 3.4 0 0 0-.563.775 3.7 3.7 0 0 0-.424 1.804c.022.578.152 1.145.38 1.665.228.522.55.986.943 1.367.393.38.85.67 1.343.853a3.65 3.65 0 0 0 1.581.221c1.432 0 2.448-.472 3.122-1.177.682-.715 1.076-1.736 1.125-2.936.105-2.596-1.435-5.817-4.32-7.751m-.578-1.311-.006-.011z", clipRule: "evenodd" }))); });
exports.FlameSIcon.displayName = 'FlameSIcon';