UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 637 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 Versions = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 12.5l.5.5h7l.5-.5v-9l-.5-.5h-7l-.5.5v9zM9 5h4v6H9V5zM5 9V5h1V4H4.5l-.5.5v7l.5.5H6v-1H5V9zM2 8V6h1V5H1.5l-.5.5v5l.5.5H3v-1H2V8z", fill: "#424242" })); exports.default = Versions;