UNPKG

@brizy/ui-icons

Version:
11 lines (10 loc) 771 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Refund = void 0; const react_1 = __importDefault(require("react")); exports.Refund = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, react_1.default.createElement("path", { d: "M8,5 L8,1 L0,7.66666667 L8,14.3333333 L8,10.3333333 C11.2,10.3333333 13.9,10.9333333 16,14.3333333 C16,7.4 12.0333333,5 8,5 Z", fill: "currentColor", fillRule: "nonzero" }))));