UNPKG

@brizy/ui-icons

Version:
11 lines (10 loc) 787 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DuplicateLegacy = void 0; const react_1 = __importDefault(require("react")); exports.DuplicateLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M5 4h8c.6 0 1 .4 1 1v10c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1z" }), react_1.default.createElement("path", { fill: "currentColor", d: "M1 0h10v2H2v11H0V1c0-.6.4-1 1-1z" })));