@brizy/ui-icons
Version:
11 lines (10 loc) • 920 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SliderVertical = void 0;
const react_1 = __importDefault(require("react"));
exports.SliderVertical = ({ 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("path", { d: "M16 3v10a1 1 0 0 1-1 1h-1a1 1 0 0 1 0-2V4a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1zM0 3v10a1 1 0 0 0 1 1h1a1 1 0 0 0 0-2V4a1 1 0 0 0 0-2H1a1 1 0 0 0-1 1zM9 3.929v2.285C9 6.648 8.552 7 8 7s-1-.352-1-.786V3.93H4L8 0l4 3.929H9zM9 12.071V9.786C9 9.352 8.552 9 8 9s-1 .352-1 .786v2.285H4L8 16l4-3.929H9z" }))));