iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 494 B
JavaScript
;
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 PlusIcon = (props) => React.createElement("svg", { "aria-label": "plus icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6" }));
exports.default = PlusIcon;