@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TasksSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#TasksSIcon__a)", clipRule: "evenodd" },
React.createElement("path", { d: "M14 1.5H2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" }),
React.createElement("path", { d: "M4 8a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 8M4 5.5a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 5.5M4 10.5a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 10.5" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "TasksSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
TasksSIcon.displayName = 'TasksSIcon';