@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Fire = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.16 9.32h-.01l-.01.02a1.94 1.94 0 0 0-.13.1c-.07.07-.18.16-.3.3-.24.24-.55.62-.83 1.12a7.06 7.06 0 0 0-.8 4.55c.27 2 1.1 3.67 2.53 4.83C8.02 21.4 9.94 22 12.25 22c2.39 0 4.3-.9 5.55-2.43a8.35 8.35 0 0 0 1.68-5.86c-.13-2.18-1.31-3.83-2.36-5.29l-.3-.42C15.68 6.4 14.78 4.9 15 2.83a.75.75 0 0 0-.75-.83c-.38 0-.82.12-1.24.3a6.82 6.82 0 0 0-3.72 3.96c-.49 1.4-.24 2.73.12 3.7.24.64-.02 1.27-.4 1.46a.7.7 0 0 1-.93-.31l-.81-1.54a.75.75 0 0 0-1.11-.25Z"
}));
});
Fire.displayName = 'Fire';
export var FireDimensions = {
height: 24,
width: 24
};