UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 817 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrderBy = void 0; const react_1 = __importDefault(require("react")); exports.OrderBy = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 12 12" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M9 1.5a.75.75 0 0 1 .75.75V7.5h1.875a.375.375 0 0 1 .307.59l-2.625 3.75a.375.375 0 0 1-.614 0L6.068 8.09a.375.375 0 0 1 .307-.59H8.25V2.25A.75.75 0 0 1 9 1.5M3 .01a.39.39 0 0 1 .307.15l2.625 3.75a.375.375 0 0 1-.307.59H3.75v5.25a.75.75 0 0 1-1.5 0V4.5H.375a.375.375 0 0 1-.307-.59L2.693.16A.39.39 0 0 1 3 .01" })));