react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 875 B
JavaScript
import * as React from 'react';
export function SvgFireAltSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16.799 4.39l-2.996 4.997-1.85-1.848-.703.799C7.767 12.286 6 15.873 6 19c0 4.962 4.486 9 10 9s10-4.038 10-9c0-4.762-5.197-10.634-8.295-13.71l-.906-.9zm.392 3.233C19.767 10.309 24 15.288 24 19c0 2.391-1.38 4.504-3.477 5.768.299-.714.477-1.5.477-2.338 0-2.381-1.685-5.206-3.098-7.155l-.843-1.166-2.215 3.323-1.406-1.407-.66 1.09C11.597 19.061 11 20.85 11 22.43c0 .837.178 1.624.477 2.338C9.38 23.504 8 21.39 8 19c0-2.389 1.398-5.323 4.057-8.53l2.14 2.143 2.994-4.99zm-.087 10.025C18.334 19.565 19 21.234 19 22.43c0 1.969-1.346 3.57-3 3.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291 1.29 1.948-2.923z" })));
}
export default SvgFireAltSolid;