@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.78 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TasksSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_5950_38428)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 1.5H2C1.72386 1.5 1.5 1.72386 1.5 2V14C1.5 14.2761 1.72386 14.5 2 14.5H14C14.2761 14.5 14.5 14.2761 14.5 14V2C14.5 1.72386 14.2761 1.5 14 1.5ZM2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H14C15.1046 16 16 15.1046 16 14V2C16 0.895431 15.1046 0 14 0H2Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8C4 7.58579 4.33579 7.25 4.75 7.25H11.25C11.6642 7.25 12 7.58579 12 8C12 8.41421 11.6642 8.75 11.25 8.75H4.75C4.33579 8.75 4 8.41421 4 8Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 5.5C4 5.08579 4.33579 4.75 4.75 4.75H11.25C11.6642 4.75 12 5.08579 12 5.5C12 5.91421 11.6642 6.25 11.25 6.25H4.75C4.33579 6.25 4 5.91421 4 5.5Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 10.5C4 10.0858 4.33579 9.75 4.75 9.75H11.25C11.6642 9.75 12 10.0858 12 10.5C12 10.9142 11.6642 11.25 11.25 11.25H4.75C4.33579 11.25 4 10.9142 4 10.5Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_5950_38428" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
TasksSIcon.displayName = 'TasksSIcon';