UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 691 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 Plus = (props) => React.createElement("svg", { className: "icon", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("defs", null, React.createElement("style", null)), React.createElement("path", { d: "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" }), React.createElement("path", { d: "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z" })); exports.default = Plus;