iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 767 B
JavaScript
"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 PictureInPicture = (props) => React.createElement("svg", { className: "lucide lucide-picture-in-picture", 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: "M8 4.5v5H3m-1-6l6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3" }),
React.createElement("rect", { width: "10", height: "7", x: "12", y: "13.5", ry: "2" }));
exports.default = PictureInPicture;