@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentBulletListMultiple = /*#__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: "M4 4.25C4 3.01 5 2 6.25 2h4.25v4.75C10.5 7.99 11.51 9 12.75 9h4.75v8.25c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25v-13Zm3.75 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7 15.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Zm3-3c0 .41.34.75.75.75h3.05a.75.75 0 0 0 0-1.5h-3.05a.75.75 0 0 0-.75.75Zm.75 2.25a.75.75 0 0 0 0 1.5h3.05a.75.75 0 0 0 0-1.5h-3.05ZM12 6.75V2.47l.22.19 4.62 4.62.2.22h-4.29a.75.75 0 0 1-.75-.75ZM6.63 20.5c.3.87 1.14 1.5 2.12 1.5h6.5A4.75 4.75 0 0 0 20 17.25v-5.88c0-.6-.24-1.17-.66-1.6l-.84-.83v8.31c0 1.8-1.45 3.25-3.25 3.25H6.63Z"
}));
});
DocumentBulletListMultiple.displayName = 'DocumentBulletListMultiple';
export var DocumentBulletListMultipleDimensions = {
height: 24,
width: 24
};