@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TaskListAdd = /*#__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: "M6.7 2.3a1 1 0 0 0-1.4 0L4 3.58l-.3-.3A1 1 0 0 0 2.3 4.7l1 1a1 1 0 0 0 1.4 0l2-2a1 1 0 0 0 0-1.42zM11 17.5c0 .17 0 .33.02.5H10a1 1 0 0 1-.12-2h1.3c-.12.48-.18.98-.18 1.5zm6.5-6.5c1.27 0 2.46.37 3.47 1h.15a1 1 0 0 0-.12-2H9.88a1 1 0 0 0 .12 2h4.03c1-.63 2.2-1 3.47-1zM21 4H9.88A1 1 0 0 0 10 6h11.12A1 1 0 0 0 21 4zM6.7 15.3a1 1 0 0 0-1.4 0L4 16.58l-.3-.3a1 1 0 0 0-1.4 1.42l1 1a1 1 0 0 0 1.4 0l2-2a1 1 0 0 0 0-1.42zM5.3 8.8a1 1 0 0 1 1.4 1.4l-2 2a1 1 0 0 1-1.4 0l-1-1a1 1 0 0 1 1.4-1.4l.3.29 1.3-1.3zM23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zm-5 .5v2.5a.5.5 0 1 1-1 0V18h-2.5a.5.5 0 0 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.5a.5.5 0 0 1 0 1H18z"
}));
});
TaskListAdd.displayName = 'TaskListAdd';
export var TaskListAddDimensions = {
height: 24,
width: 24
};