@brizy/ui-icons
Version:
5 lines (4 loc) • 481 B
JavaScript
import React from "react";
export const Refund = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.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" }))));