@brizy/ui-icons
Version:
7 lines (6 loc) • 617 B
JavaScript
import React from "react";
export const File = () => (React.createElement("svg", { width: "1em", height: "1em", id: "page", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("g", { id: "page", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("path", { id: "Shape", fill: "currentColor", fillRule: "nonzero", d: "M11 16v-4h4z" }),
React.createElement("path", { d: "M9 10h6V1c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h7v-6z", id: "Shape", fill: "currentColor", fillRule: "nonzero" })))));