@brizy/ui-icons
Version:
5 lines (4 loc) • 488 B
JavaScript
import React from "react";
export const DuplicateLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.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.createElement("path", { fill: "currentColor", d: "M1 0h10v2H2v11H0V1c0-.6.4-1 1-1z" })));