@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 917 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Organization = /*#__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: "M16.5 11.5a7.5 7.5 0 1 1 8.75 7.4V23h7.5a3.75 3.75 0 0 1 3.75 3.75v2.35a7.5 7.5 0 1 1-2.5 0v-2.35c0-.7-.56-1.25-1.25-1.25h-17.5c-.7 0-1.25.56-1.25 1.25v2.35a7.5 7.5 0 1 1-2.5 0v-2.35A3.75 3.75 0 0 1 15.25 23h7.5v-4.1a7.5 7.5 0 0 1-6.25-7.4z"
}));
});
Organization.displayName = 'Organization';
export var OrganizationDimensions = {
height: 48,
width: 48
};