@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.44 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Hot = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:hot" }, props, { children: _jsx("path", { d: "M20,13.989624 C20,11.8385851 19.1322521,10.2701175 17.6149735,8.99091751 C17.174336,8.61942114 15.9870277,7.79352859 15.8923778,7.70887041 C14.5121261,6.47432544 13.9840907,5.32834622 14.496572,3.19827392 C14.6943218,2.37634894 13.8462867,1.69510357 13.0863132,2.06538177 C9.80371916,3.66474419 8.47244263,7.03125018 8.72900199,10.0246414 C8.34434602,9.47067539 8.08034177,8.74809902 7.99436006,7.89922634 C7.89867095,6.95451526 6.66365026,6.66251224 6.15501698,7.46433991 C4.54758255,9.998357 4,11.5228752 4,13.989624 C4,18.4686482 7.60572795,22 12.0114961,22 C16.4133056,22 20,18.4710542 20,13.989624 Z M6,13.989624 C6,11.9530801 6.42254639,11.2300412 6.71626913,10.5348909 C7.48016139,12.0151739 8.7300585,12.9821777 9.99450684,12.9821777 C10.6318006,12.9821777 11.1064957,12.3940322 10.9719756,11.7710974 C10.1042377,7.75278479 11.6437683,5.72235105 12.3137615,5.0692288 C12.4237986,6.75220588 13.2339161,8.01434167 14.5590382,9.19957686 C14.7686457,9.387057 15.988381,10.2355059 16.3258227,10.519999 C17.4246384,11.4463978 18,12.4863726 18,13.989624 C18,17.359153 15.3159374,20 12.0114961,20 C8.70107475,20 6,17.354641 6,13.989624 Z", fillRule: "nonzero" }) })));
export default Hot;
//# sourceMappingURL=hot.js.map