@brizy/ui-icons
Version:
4 lines (3 loc) • 517 B
JavaScript
import React from "react";
export const FiltersBy = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 12 12" },
React.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M12 2.25C12 .063 6.614 0 6 0S0 .063 0 2.25c0 .343.143.628.369.875L4.5 7.778v3.472c0 .415.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V7.778l4.102-4.623c.243-.252.398-.548.398-.905M6 1.5c2.353 0 3.866.438 4.372.75C9.866 2.562 8.352 3 6 3c-2.353 0-3.866-.438-4.372-.75.506-.312 2.02-.75 4.372-.75" })));