UNPKG

@brizy/ui-icons

Version:
12 lines (11 loc) 805 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Iframe = void 0; const react_1 = __importDefault(require("react")); exports.Iframe = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("g", { fill: "currentColor" }, react_1.default.createElement("path", { d: "M16 12h-2v-2h-2v2h-2v2h2v2h2v-2h2z", "data-color": "color-2" }), react_1.default.createElement("path", { d: "M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z" }))));