UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 979 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReverseGlyph = void 0; const react_1 = __importDefault(require("react")); exports.ReverseGlyph = ({ 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: "M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8Zm0 4.875c.737 0 1.444.264 2.003.731L8.552 7.058l3.882.336-.337-3.881-1.206 1.206A4.384 4.384 0 0 0 8 3.625a4.36 4.36 0 0 0-4.314 3.646l1.233.207A3.113 3.113 0 0 1 8 4.875Zm0 6.25a3.127 3.127 0 0 1-2.003-.731l1.451-1.451-3.882-.337.337 3.882L5.11 11.28A4.384 4.384 0 0 0 8 12.375a4.36 4.36 0 0 0 4.314-3.646l-1.233-.207A3.113 3.113 0 0 1 8 11.125Z" })));