UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.03 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FilterOutlineSIcon = 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(#FilterOutlineSIcon__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-.78M2.457 1.75l4.538 6.353c.09.127.14.28.14.435v5.06l1.73-1.153V8.538a.75.75 0 0 1 .14-.435l4.538-6.353z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FilterOutlineSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); FilterOutlineSIcon.displayName = 'FilterOutlineSIcon';