UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BuildingBank = /*#__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: "M25.35 4.45c-.8-.6-1.9-.6-2.7 0L6.71 16.35a1.75 1.75 0 0 0 1.05 3.15h32.48c1.69 0 2.4-2.14 1.05-3.15L25.35 4.45ZM24 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM6 38.25C6 35.35 8.35 33 11.25 33h25.5c2.9 0 5.25 2.35 5.25 5.25v1.5c0 .69-.56 1.25-1.25 1.25H7.25C6.56 41 6 40.44 6 39.75v-1.5ZM14 31h-4v-9.5h4V31Zm4-9.5V31h4v-9.5h-4Zm8 0V31h4v-9.5h-4Zm8 0V31h4v-9.5h-4Z" })); }); BuildingBank.displayName = 'BuildingBank'; export var BuildingBankDimensions = { height: 48, width: 48 };