UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 371 B
import React from "react"; export const FiltersInline = ({ 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: "M6 7a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h5Zm9 0a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2h5Z" })));