UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function EllipsisHorizontalIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "horizontal ellipsis", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM18 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 12.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }) }); } exports.default = EllipsisHorizontalIcon;