UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.21 kB
"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 Sitemap = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-sitemap", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M2 16.667A2.667 2.667 0 014.667 14h2.666A2.667 2.667 0 0110 16.667v2.666A2.667 2.667 0 017.333 22H4.667A2.667 2.667 0 012 19.333zM14 16.667A2.667 2.667 0 0116.667 14h2.666A2.667 2.667 0 0122 16.667v2.666A2.667 2.667 0 0119.333 22h-2.666A2.667 2.667 0 0114 19.333zM8 4.667A2.667 2.667 0 0110.667 2h2.666A2.667 2.667 0 0116 4.667v2.666A2.667 2.667 0 0113.333 10h-2.666A2.667 2.667 0 018 7.333z" }), React.createElement("path", { d: "M12 8a1 1 0 00-1 1v2H8c-1.645 0-3 1.355-3 3v1a1 1 0 001 1 1 1 0 001-1v-1c0-.564.436-1 1-1h8c.564 0 1 .436 1 1v1a1 1 0 001 1 1 1 0 001-1v-1c0-1.645-1.355-3-3-3h-3V9a1 1 0 00-1-1z" })); exports.default = Sitemap;