UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 924 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FilterFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FilterFilledSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.333.657A.75.75 0 0 1 1 .25h14a.75.75 0 0 1 .61 1.186l-5.245 7.343v4.067a.75.75 0 0 1-.334.624l-3.23 2.154A.75.75 0 0 1 5.635 15V8.779L.39 1.436a.75.75 0 0 1-.057-.78", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FilterFilledSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); FilterFilledSIcon.displayName = 'FilterFilledSIcon';