UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.18 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 Artboard = (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-artboard", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 7H9a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V9a2 2 0 00-2-2zM4 7a1 1 0 01.117 1.993L4 9H3a1 1 0 01-.117-1.993L3 7h1zM4 15a1 1 0 01.117 1.993L4 17H3a1 1 0 01-.117-1.993L3 15h1zM8 2a1 1 0 01.993.883L9 3v1a1 1 0 01-1.993.117L7 4V3a1 1 0 011-1zM16 2a1 1 0 01.993.883L17 3v1a1 1 0 01-1.993.117L15 4V3a1 1 0 011-1zM21 7a1 1 0 01.117 1.993L21 9h-1a1 1 0 01-.117-1.993L20 7h1zM21 15a1 1 0 01.117 1.993L21 17h-1a1 1 0 01-.117-1.993L20 15h1zM8 19a1 1 0 01.993.883L9 20v1a1 1 0 01-1.993.117L7 21v-1a1 1 0 011-1zM16 19a1 1 0 01.993.883L17 20v1a1 1 0 01-1.993.117L15 21v-1a1 1 0 011-1z" })); exports.default = Artboard;