UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BuildingFactory = /*#__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: "M2.92 4.13A2.25 2.25 0 0 1 5.17 2h1.16c1.2 0 2.18.93 2.25 2.13l.83 15.5A2.25 2.25 0 0 1 7.17 22H4.33a2.25 2.25 0 0 1-2.24-2.37l.83-15.5zM9.51 22c.6-.62.95-1.49.9-2.43L9.86 9.28l4.66-3.86a.75.75 0 0 1 1.23.58v4.24l4.98-4.78A.75.75 0 0 1 22 6v13.75c0 1.24-1 2.25-2.25 2.25H9.51zM13 20.5h5V16a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v4.5z" })); }); BuildingFactory.displayName = 'BuildingFactory'; export var BuildingFactoryDimensions = { height: 24, width: 24 };