UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 831 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 Lectern = (props) => React.createElement("svg", { className: "lucide lucide-lectern", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M16 12h3a2 2 0 001.902-1.38l1.056-3.333A1 1 0 0021 6H3a1 1 0 00-.958 1.287l1.056 3.334A2 2 0 005 12h3" }), React.createElement("path", { d: "M18 6V3a1 1 0 00-1-1h-3" }), React.createElement("rect", { width: "8", height: "12", x: "8", y: "10", rx: "1" })); exports.default = Lectern;