@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.56 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowBulletList = /*#__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.58 9.11a.97.97 0 0 0-.08.39c0 .14.03.27.08.4.04.12.12.22.2.31.1.09.21.16.33.21.12.05.26.08.39.08s.27-.02.4-.08c.11-.05.22-.13.31-.22a1 1 0 0 0 0-1.41c-.1-.09-.2-.16-.33-.21a.95.95 0 0 0-.38-.08.86.86 0 0 0-.4.08 1.062 1.062 0 0 0-.52.53Zm0 4a.97.97 0 0 0-.08.39c0 .14.03.27.08.4.04.12.12.22.2.31.1.09.21.16.33.21.12.05.26.08.39.08s.27-.02.4-.08c.11-.05.22-.13.31-.22a1.01 1.01 0 0 0 .29-.7 1 1 0 0 0-.3-.71c-.1-.09-.2-.16-.32-.21a.94.94 0 0 0-.38-.08.84.84 0 0 0-.4.08 1.01 1.01 0 0 0-.53.53ZM9.55 10a.56.56 0 0 1-.39-.15.46.46 0 0 1 0-.7c.1-.1.25-.15.39-.15h4.4a.56.56 0 0 1 .5.31.46.46 0 0 1-.11.54c-.1.1-.25.15-.4.15h-4.4Zm-.39 3.85c.1.1.25.15.39.15h4.4a.56.56 0 0 0 .5-.3.46.46 0 0 0-.11-.55.56.56 0 0 0-.4-.15h-4.4a.56.56 0 0 0-.5.3.46.46 0 0 0 .12.55ZM6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM4 14V7h12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z"
}));
});
WindowBulletList.displayName = 'WindowBulletList';
export var WindowBulletListDimensions = {
height: 20,
width: 20
};