UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Fireplace = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M24 4A18 18 0 0 0 6 22v13.25c0 .69.56 1.25 1.25 1.25h33.5c.69 0 1.25-.56 1.25-1.25V22A18 18 0 0 0 24 4ZM8.5 22a15.5 15.5 0 0 1 31 0v12h-9.13a8.84 8.84 0 0 0 3.13-6.75c0-2.89-1.7-4.93-3.15-6.68l-.38-.46c-1.6-1.94-2.97-3.85-2.97-6.86a1.25 1.25 0 0 0-1.54-1.22c-2.16.53-3.43 1.68-4.12 3.11a9.73 9.73 0 0 0-.75 3.8V19c-.02.41-.03.72-.06.97a9.1 9.1 0 0 1-1.35-.77 1.25 1.25 0 0 0-1.53.13l-.02.02a3.9 3.9 0 0 0-.15.15l-.37.41a11.55 11.55 0 0 0-2.61 7.34A8.84 8.84 0 0 0 17.64 34H8.5V22ZM5.25 39.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5H5.25Z" })); }); Fireplace.displayName = 'Fireplace'; export var FireplaceDimensions = { height: 48, width: 48 };