UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 852 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TasksMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 1.5H5A1.5 1.5 0 0 0 3.5 5v14A1.5 1.5 0 0 0 5 20.5h14a1.5 1.5 0 0 0 1.5-1.5V5A1.5 1.5 0 0 0 19 3.5", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M7.75 11.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zM7.75 14.5a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zM7.75 8a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z" }))); }); TasksMIcon.displayName = 'TasksMIcon';