@brizy/ui-icons
Version:
7 lines (6 loc) • 811 B
JavaScript
import React from "react";
export const Upgrade = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 32 32" },
React.createElement("g", { fill: "currentColor" },
React.createElement("circle", { cx: 16, cy: 6, r: 1 }),
React.createElement("path", { d: "M18 24v-1c0-.77.297-1.468.775-2H0v1c0 2.757 2.243 5 5 5h13v-3zM27 4v10.09a5.964 5.964 0 0 1 2 .721V4c0-1.654-1.346-3-3-3H6C4.346 1 3 2.346 3 4v15h2V4c0-.551.448-1 1-1h20c.552 0 1 .449 1 1z" }),
React.createElement("path", { d: "M31 22h-1v-2c0-2.206-1.794-4-4-4s-4 1.794-4 4v2h-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1zm-7-2c0-1.103.897-2 2-2s2 .897 2 2v2h-4v-2z", "data-color": "color-2" }))));