UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 708 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Undo = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.878 6h8.673a3.55 3.55 0 0 1 3.55 3.55v4a3.55 3.55 0 0 1-3.55 3.55h-5a.55.55 0 0 1 0-1.1h5A2.45 2.45 0 0 0 16 13.55v-4a2.45 2.45 0 0 0-2.45-2.45H4.878l3.062 3.061a.55.55 0 0 1-.778.778l-4-4a.55.55 0 0 1 0-.778l4-4a.55.55 0 1 1 .778.778L4.878 6z", fill: "#000", fillRule: "nonzero" })); exports.default = Undo;