@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Diversity = /*#__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: "M31 6a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h6a5 5 0 0 0 5-5v-6a5 5 0 0 0-5-5h-6ZM16.9 7.8a3.24 3.24 0 0 0-5.8 0l-4.74 9.43A3.28 3.28 0 0 0 9.26 22h9.49c2.43 0 4-2.59 2.9-4.77L16.9 7.8ZM8.77 27.94a8.04 8.04 0 0 0-1.43 1.63l.04.05 11.05 11.04c.8-.53 1.5-1.2 2.05-1.97L9.56 27.34a7.76 7.76 0 0 0-.79.6Zm3.21-1.68 9.68 10.05a8 8 0 0 0-9.68-10.05Zm4 15.5-9.73-9.74a8.02 8.02 0 0 0 9.73 9.73Zm20-15.26a4.22 4.22 0 0 0-3.97 0l-3.9 2.08A3.95 3.95 0 0 0 26 32.06v3.88c0 1.45.81 2.78 2.12 3.48l3.9 2.08c1.23.67 2.73.67 3.97 0l3.9-2.08A3.95 3.95 0 0 0 42 35.94v-3.88c0-1.45-.81-2.78-2.12-3.48l-3.9-2.08Z"
}));
});
Diversity.displayName = 'Diversity';
export var DiversityDimensions = {
height: 48,
width: 48
};