UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BuildingBankLink = /*#__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 33h11.9a8.4 8.4 0 0 0-.28 8H7.25C6.56 41 6 40.44 6 39.75v-1.5Zm20-8.15a7.78 7.78 0 0 1 4-1.1v-7.5h-4v8.6Zm8-1.1h4v-7.5h-4V29Zm-20 2h-4v-9.5h4V31Zm4-9.5V31h4v-9.5h-4ZM30.25 31a6.25 6.25 0 1 0 0 12.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5Zm9.5 0a6.25 6.25 0 1 1 0 12.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5ZM29 37.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25Z" })); }); BuildingBankLink.displayName = 'BuildingBankLink'; export var BuildingBankLinkDimensions = { height: 48, width: 48 };