@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var City = /*#__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: "M12.75 2.75a.75.75 0 0 0-1.5 0V4h-2c-.97 0-1.75.78-1.75 1.75V7.9c1.52-.13 3 1.04 3 2.75V22h3v-8.75a2.75 2.75 0 0 1 2.75-2.75h.25V5.75c0-.97-.78-1.75-1.75-1.75h-2V2.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.5 22h4.25c.97 0 1.75-.78 1.75-1.75v-7c0-.97-.78-1.75-1.75-1.75h-2.5c-.97 0-1.75.78-1.75 1.75V22zM9.5 20.75V22H5.25c-.97 0-1.75-.78-1.75-1.75v-7.96c0-.59.3-1.14.79-1.46l2.5-1.64a1.75 1.75 0 0 1 2.71 1.46v10.1z"
}));
});
City.displayName = 'City';
export var CityDimensions = {
height: 24,
width: 24
};