@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 WindowBulletListAdd = /*#__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: "M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3.6c-.32-.16-.65-.3-1-.4V7H4v7c0 1.1.9 2 2 2h3.2c.1.35.24.68.4 1H6a3 3 0 0 1-3-3V6Zm8.34 4c.79-.56 1.73-.9 2.74-.98a.56.56 0 0 0-.13-.02h-4.4a.56.56 0 0 0-.5.3.46.46 0 0 0 .11.55c.1.1.25.15.39.15h1.79Zm-5.76-.89a.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.53ZM5.5 13.5a.97.97 0 0 1 .29-.7c.1-.1.2-.17.32-.22a.84.84 0 0 1 .39-.08c.13 0 .26.03.38.08s.23.12.32.2a1 1 0 0 1-.7 1.71.97.97 0 0 1-.4-.07 1.1 1.1 0 0 1-.31-.2.84.84 0 0 1-.21-.32 1.2 1.2 0 0 1-.08-.4ZM17 18.24a4.5 4.5 0 1 1-5-7.48 4.5 4.5 0 0 1 5 7.48Zm-2.15-6.1a.5.5 0 0 0-.85.36V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.15-.35Z"
}));
});
WindowBulletListAdd.displayName = 'WindowBulletListAdd';
export var WindowBulletListAddDimensions = {
height: 20,
width: 20
};