UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 636 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 MobileAdd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M24 2H8c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v2H8V4h16zm0 4v16H8V8h16zM8 28v-2h16v2H8z" }), React.createElement("path", { d: "M21 15h-4v-4h-2v4h-4v2h4v4h2v-4h4z" })); exports.default = MobileAdd;