@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 985 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialThingsToDoFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ThingsToDoFilled",
short_name: "ThingsToDo",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M240-200v-160h-40q-17 0-28.5-11.5T160-400q0-17 11.5-28.5T200-440h44q12-75 66.5-129.5T440-636v-164q0-17 11.5-28.5T480-840h200q17 0 28.5 11.5T720-800v80q0 17-11.5 28.5T680-680H520v44q75 12 129.5 66.5T716-440h44q17 0 28.5 11.5T800-400q0 17-11.5 28.5T760-360h-40v160h120q17 0 28.5 11.5T880-160q0 17-11.5 28.5T840-120H120q-17 0-28.5-11.5T80-160q0-17 11.5-28.5T120-200h120Zm80 0h120v-160H320v160Zm200 0h120v-160H520v160Z"
}));
});
IconMaterialThingsToDoFilled.displayName = 'OnesyIconMaterialThingsToDoFilled';
export default IconMaterialThingsToDoFilled;