UNPKG

@brizy/ui-icons

Version:
13 lines (12 loc) 836 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Slider = void 0; const react_1 = __importDefault(require("react")); exports.Slider = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("g", { fill: "currentColor" }, react_1.default.createElement("rect", { width: 14, height: 9, x: 1, y: 6, rx: 1 }), react_1.default.createElement("rect", { width: 10, height: 2, x: 3, y: 3, rx: 1 }), react_1.default.createElement("rect", { width: 6, height: 1, x: 5, y: 1, rx: 0.5 }))));