UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 820 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ListBulletsIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "list (bullets)", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM9.5 5h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM20.5 11h-11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5ZM9.5 17h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM5 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }) }); } exports.default = ListBulletsIcon;