UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 854 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 Cardboards = (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-cardboards", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M19 5a3 3 0 013 3v8.5a3.5 3.5 0 01-3.5 3.5h-1.062a4 4 0 01-3.118-1.504l-1.54-1.92a1 1 0 00-1.56 0l-1.538 1.917A4 4 0 016.56 20H5.5A3.5 3.5 0 012 16.5V8a3 3 0 013-3zM8 10a2 2 0 00-1.995 1.85L6 12a2 2 0 102-2m8 0a2 2 0 00-1.995 1.85L14 12a2 2 0 102-2" })); exports.default = Cardboards;