UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 849 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 Rename = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 12.23V3.77L13.13 3H14V2h-1l-.31.09-1.19.81-1.22-.82L10 2H9v1h.85l1.15.77v8.46L9.87 13H9v1h1l.31-.09 1.19-.81 1.22.82.28.08h1v-1h-.85L12 12.23z", fill: "#424242" }), React.createElement("path", { d: "M1 10.5v-5l.5-.5H10v1H2v4h8v1H1.5l-.5-.5zM13 5h1.5l.5.5v5l-.5.5H13v-1h1V6h-1V5z", fill: "#424242" }), React.createElement("path", { d: "M3 7.5v1l.5.5h4l.5-.5v-1L7.5 7h-4l-.5.5z", fill: "#424242" })); exports.default = Rename;