@brizy/ui-icons
Version:
5 lines (4 loc) • 605 B
JavaScript
import React from "react";
export const Reffe = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("path", { d: "M15,5 C15.552,5 16,5.448 16,6 L16,6 L16,10 C16,10.552 15.552,11 15,11 L15,11 L7,11 C6.448,11 6,10.552 6,10 L6,10 L6,6 C6,5.448 6.448,5 7,5 L7,5 Z M1,0 C1.552,0 2,0.448 2,1 L2,1 L2,7 L5,7 L5,9 L1,9 C0.448,9 0,8.552 0,8 L0,8 L0,1 C0,0.448 0.448,0 1,0 Z", fill: "currentColor", fillRule: "nonzero" }))));