UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ListSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 4C5.25 3.58579 5.58579 3.25 6 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H6C5.58579 4.75 5.25 4.41421 5.25 4ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H14C14.4142 7.25 14.75 7.58579 14.75 8C14.75 8.41421 14.4142 8.75 14 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 12C5.25 11.5858 5.58579 11.25 6 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H6C5.58579 12.75 5.25 12.4142 5.25 12Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M4 4C4 4.55228 3.55228 5 3 5C2.44772 5 2 4.55228 2 4C2 3.44772 2.44772 3 3 3C3.55228 3 4 3.44772 4 4Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M4 8C4 8.55228 3.55228 9 3 9C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7C3.55228 7 4 7.44772 4 8Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M4 12C4 12.5523 3.55228 13 3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12Z", fill: "currentColor" }))); }); exports.ListSIcon.displayName = 'ListSIcon';