UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BuildingShop = /*#__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: "M10.5 14.5V22h-3v-7.5h3Zm6.76-1.5h-3.5a.75.75 0 0 0-.76.75v3.5c0 .42.34.75.75.75h3.5c.42 0 .76-.33.76-.75v-3.5a.75.75 0 0 0-.75-.75Zm-.76 1.5v2h-2v-2h2ZM8.17 7H3.5v1.17c0 1.18.88 2.15 2.02 2.3l.15.02h.16c1.24 0 2.25-.95 2.33-2.16V7Zm6.16 0H9.67v1.17c0 1.18.87 2.15 2.01 2.3l.16.02H12c1.23 0 2.24-.95 2.33-2.16V7Zm6.17 0h-4.67v1.17c0 1.18.88 2.15 2.02 2.3l.16.02h.16c1.23 0 2.24-.95 2.32-2.16V7ZM9.06 3.5H6.33l-1.86 2h3.98l.61-2Zm4.3 0h-2.73l-.62 2h3.97l-.61-2Zm4.31 0h-2.73l.61 2h3.98l-1.86-2ZM2.2 5.74l3.25-3.5c.12-.13.28-.2.45-.23L6 2h12c.17 0 .34.06.47.17l.08.07 3.27 3.53.03.04c.1.13.15.29.15.44v1.92c0 1-.38 1.9-1 2.58v10.5c0 .38-.28.7-.65.74l-.1.01H12v-8.25a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75V22H3.75a.75.75 0 0 1-.74-.65v-10.6a3.82 3.82 0 0 1-1-2.39V6.3c-.02-.14.01-.28.09-.4l.05-.08.05-.07Z" })); }); BuildingShop.displayName = 'BuildingShop'; export var BuildingShopDimensions = { height: 24, width: 24 };