UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BuildingTownhouse = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.42 3.71a2 2 0 0 0-2.84 0L3.86 7.47A3 3 0 0 0 3 9.58V26a3 3 0 0 0 3 3h4v-7a1 1 0 0 1 1-1h4V9.58a3 3 0 0 0-.86-2.1L10.42 3.7ZM17 9.58V21h4a1 1 0 0 1 1 1v7h4a3 3 0 0 0 3-3V9.58a3 3 0 0 0-.86-2.1L24.42 3.7a2 2 0 0 0-2.84 0l-3.72 3.76A3 3 0 0 0 17 9.58ZM17 23v6h3v-6h-3Zm-2 6v-6h-3v6h3ZM9 13.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5ZM21.75 12a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0ZM9 18.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5ZM21.75 17a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z" })); }); BuildingTownhouse.displayName = 'BuildingTownhouse'; export var BuildingTownhouseDimensions = { height: 32, width: 32 };