@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ChartMultiple = /*#__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: "M19 13.5c0-.68.27-1.3.71-1.75H13c-.97 0-1.75-.78-1.75-1.75V2A9.5 9.5 0 0 0 11 21v-1.5a2.5 2.5 0 0 1 4-2v-1a2.5 2.5 0 0 1 4-2v-1ZM12.75 2.08V10c0 .14.11.25.25.25h7.92a9.5 9.5 0 0 0-8.17-8.17ZM21.5 12c-.83 0-1.5.67-1.5 1.5v8a1.5 1.5 0 0 0 3 0v-8c0-.83-.67-1.5-1.5-1.5Zm-8 6c-.83 0-1.5.67-1.5 1.5v2a1.5 1.5 0 0 0 3 0v-2c0-.83-.67-1.5-1.5-1.5Zm2.5-1.5a1.5 1.5 0 1 1 3 0v5a1.5 1.5 0 0 1-3 0v-5Z"
}));
});
ChartMultiple.displayName = 'ChartMultiple';
export var ChartMultipleDimensions = {
height: 24,
width: 24
};