UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 576 B
import React from "react"; export const Fade = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("g", { fill: "none" }, React.createElement("path", { fill: "#FFF", d: "M0 1h6v14H0z" }), React.createElement("path", { fill: "#C6C8CC", d: "M9 1h3v14H9z", opacity: 0.7 }), React.createElement("path", { fill: "#979AA1", d: "M15.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 1 1-1 0v-13a.5.5 0 0 1 .5-.5z", opacity: 0.4 }))));