UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 487 B
import React from "react"; export const Update = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M7 6V1h2v5h3l-4 4-4-4z" }), React.createElement("path", { d: "M15 1h-3v2h2v10H2V3h2V1H1c-.6 0-1 .4-1 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1z" }))));