UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 501 B
import React from "react"; export const FileDownload = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, React.createElement("g", { fill: "currentColor" }, React.createElement("polygon", { fill: "currentColor", points: "8,8 12,4 9,4 9,0 7,0 7,4 4,4 " }), React.createElement("path", { fill: "currentColor", d: "M15,0h-3v2h2v8H2V2h2V0H1C0.4,0,0,0.4,0,1v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z" }))));