UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.35 kB
"use strict"; 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.34357 0.428178C6.52231 0.313413 6.73158 0.25 6.94868 0.25C7.14827 0.25 7.34123 0.303591 7.50994 0.401401C11.5907 2.44256 13.8863 6.66084 13.7437 10.1865L13.7437 10.1866C13.6833 11.6725 13.1882 13.0675 12.2044 14.098C11.2161 15.1329 9.79751 15.7337 8.02397 15.7394C7.30001 15.786 6.57538 15.6783 5.89246 15.4236C5.20141 15.1658 4.56899 14.7634 4.03109 14.2432C3.49331 13.723 3.06072 13.0955 2.75621 12.399C2.45172 11.7026 2.28069 10.9498 2.25177 10.1845L2.25137 10.1738L2.25145 10.1738C2.23054 9.28436 2.43644 8.40307 2.85038 7.62479C3.26447 6.84623 3.87301 6.19705 4.61587 5.75365C4.80337 5.64174 5.03033 5.6171 5.23748 5.68616C5.44463 5.75523 5.61139 5.91114 5.69422 6.11318C5.88419 6.57659 6.13462 7.00437 6.43568 7.38449C6.77561 6.77858 6.9399 6.0314 6.93431 5.20356C6.92658 4.05945 6.59159 2.83075 6.03124 1.78648C5.91568 1.57846 5.87613 1.33871 5.91392 1.10858C5.95245 0.873929 6.07139 0.65104 6.26253 0.488272C6.28816 0.466444 6.31524 0.446367 6.34357 0.428178ZM7.92424 2.37475C8.24406 3.28312 8.42791 4.25101 8.43427 5.19342C8.4438 6.60412 8.05286 8.02783 7.03456 9.06938C6.753 9.35737 6.29426 9.37156 5.99543 9.10153C5.50163 8.65531 5.0784 8.13265 4.7382 7.55392C4.51907 7.77915 4.32869 8.03965 4.17471 8.32916C3.88465 8.87452 3.7369 9.49858 3.75091 10.1332C3.77342 10.7114 3.90296 11.2775 4.13058 11.7981C4.35888 12.3202 4.68049 12.7845 5.07393 13.165C5.46725 13.5454 5.92424 13.8345 6.41671 14.0182C6.90902 14.2018 7.42881 14.2773 7.94624 14.2413C7.96357 14.2401 7.98093 14.2395 7.9983 14.2395C9.43024 14.2395 10.4461 13.7673 11.1195 13.0621C11.802 12.3473 12.1962 11.3257 12.245 10.1257C12.3498 7.52987 10.8101 4.30894 7.92424 2.37475ZM7.34559 1.06371L7.33961 1.05293C7.34165 1.05651 7.34365 1.0601 7.34559 1.06371Z", fill: "currentColor" }))); }); exports.FlameSIcon.displayName = 'FlameSIcon';