@brizy/ui-icons
Version:
4 lines (3 loc) • 467 B
JavaScript
import React from "react";
export const DuplicateSite = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M15.5 4a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0V15h10V5h-1.5a.5.5 0 0 1-.492-.41L13 4.5a.5.5 0 0 1 .5-.5zm-4-4a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5V.5A.5.5 0 0 1 .5 0zM11 1H1v10h10z" })));