@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.36 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TasksMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM19 3.5H5C4.17157 3.5 3.5 4.17157 3.5 5V19C3.5 19.8284 4.17157 20.5 5 20.5H19C19.8284 20.5 20.5 19.8284 20.5 19V5C20.5 4.17157 19.8284 3.5 19 3.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.75 11.25C7.33579 11.25 7 11.5858 7 12C7 12.4142 7.33579 12.75 7.75 12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.5858 16.6642 11.25 16.25 11.25H7.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.75 14.5C7.33579 14.5 7 14.8358 7 15.25C7 15.6642 7.33579 16 7.75 16H16.25C16.6642 16 17 15.6642 17 15.25C17 14.8358 16.6642 14.5 16.25 14.5H7.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.75 8C7.33579 8 7 8.33579 7 8.75C7 9.16421 7.33579 9.5 7.75 9.5H16.25C16.6642 9.5 17 9.16421 17 8.75C17 8.33579 16.6642 8 16.25 8H7.75Z", fill: "currentColor" }))); });
TasksMIcon.displayName = 'TasksMIcon';