@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BuildingLighthouse = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.25 2.07a.5.5 0 0 0-.5 0L5.57 3.88A1.13 1.13 0 0 0 6 6v2.2a2 2 0 0 0-1.15 1.59l-.79 7.11a1 1 0 0 0 1 1.11h7.88a1 1 0 0 0 1-1.11l-.8-7.11A2 2 0 0 0 12 8.18V6a1.13 1.13 0 0 0 .43-2.12L9.25 2.07ZM11 8H7V6h4v2Zm-5.48 4.88 6.76-1.8.22 1.9-7.2 1.92.22-2.02ZM16.5 7h-2a.5.5 0 1 1 0-1h2a.5.5 0 0 1 0 1Zm-.65-3.15a.5.5 0 1 0-.7-.7l-1 1a.5.5 0 0 0 .7.7l1-1Zm0 6a.5.5 0 0 0 0-.7l-1-1a.5.5 0 1 0-.7.7l1 1c.2.2.5.2.7 0Z"
}));
});
BuildingLighthouse.displayName = 'BuildingLighthouse';
export var BuildingLighthouseDimensions = {
height: 20,
width: 20
};