UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 647 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 BrowseIcon = (props) => React.createElement("svg", { "aria-label": "browse icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4 8h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2zm0 2v10h16V10H4zm6 2l5 3-5 3v-6zM6 5h12a2 2 0 0 1 2 2H4a2 2 0 0 1 2-2zm2-3h8a2 2 0 0 1 2 2H6a2 2 0 0 1 2-2z" })); exports.default = BrowseIcon;