UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 437 B
import React from "react"; export const Filters = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("path", { fill: "currentColor", d: "M15.895.553A1.001 1.001 0 0 0 15 0H1a1.001 1.001 0 0 0-.8 1.6L6 9.333V15a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9.333L15.8 1.6c.227-.303.263-.708.095-1.047Z" })));