@brizy/ui-icons
Version:
7 lines (6 loc) • 559 B
JavaScript
import React from "react";
export const Duplicate = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("g", { transform: "matrix(-1 0 0 1 14 0)", fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" },
React.createElement("path", { d: "M9 4H1c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1z" }),
React.createElement("path", { d: "M13 0H3v2h9v11h2V1c0-.6-.4-1-1-1z" })))));