@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilterSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilterSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.75 3.25a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m-1.398.743A1 1 0 0 1 3.25 4h-1.5a.75.75 0 0 1 0-1.5h1.5q.051 0 .102.007a2.751 2.751 0 0 1 5.296 0A1 1 0 0 1 8.75 2.5h5.5a.75.75 0 0 1 0 1.5h-5.5a1 1 0 0 1-.102-.007 2.751 2.751 0 0 1-5.296 0M1 8.25a.75.75 0 0 1 .75-.75h5.5q.051 0 .102.007a2.751 2.751 0 0 1 5.296 0 1 1 0 0 1 .102-.007h1.5a.75.75 0 0 1 0 1.5h-1.5a1 1 0 0 1-.102-.007 2.751 2.751 0 0 1-5.296 0A1 1 0 0 1 7.25 9h-5.5A.75.75 0 0 1 1 8.25M10 7a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 10 7m-8.25 5.5a.75.75 0 0 0 0 1.5h1.5a1 1 0 0 0 .102-.007 2.751 2.751 0 0 0 5.296 0A1 1 0 0 0 8.75 14h5.5a.75.75 0 0 0 0-1.5h-5.5a1 1 0 0 0-.102.007 2.751 2.751 0 0 0-5.296 0 1 1 0 0 0-.102-.007zm3 .75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0", clipRule: "evenodd" }))); });
exports.FilterSIcon.displayName = 'FilterSIcon';