@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var OrganizationHorizontal = /*#__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: "M5 13a3 3 0 1 1 2.96-3.5H9.5v-3c0-.83.67-1.5 1.5-1.5h1.04a3 3 0 1 1 0 1H11a.5.5 0 0 0-.5.5v7c0 .28.22.5.5.5h1.04a3 3 0 1 1 0 1H11a1.5 1.5 0 0 1-1.5-1.5v-3H7.96A3 3 0 0 1 5 13Z"
}));
});
OrganizationHorizontal.displayName = 'OrganizationHorizontal';
export var OrganizationHorizontalDimensions = {
height: 20,
width: 20
};