UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 698 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScrollHorizontal = void 0; const react_1 = __importDefault(require("react")); exports.ScrollHorizontal = ({ 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("path", { fill: "currentColor", d: "M14 12c0 .6-.4 1-1 1H5v3l-5-4 5-4v3h8c.5 0 .9.4 1 .9v.1zm2-8-5 4V5H3c-.5 0-.9-.4-1-.9V4c0-.6.4-1 1-1h8V0l5 4z" })));