UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 793 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 DeviceTablet = (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-device-tablet", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18 2a2 2 0 011.995 1.85L20 4v16a2 2 0 01-1.85 1.995L18 22H6a2 2 0 01-1.995-1.85L4 20V4a2 2 0 011.85-1.995L6 2h12zm-6 13a2 2 0 00-1.977 1.697l-.018.154L10 17l.005.15A2 2 0 1012 15z" })); exports.default = DeviceTablet;