UNPKG

@navinc/base-react-components

Version:
6 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Filter = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:filter" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12.5,16 L12.5,14.9981014 C12.5,13.8945804 13.3982606,13 14.4979131,13 L16.5020869,13 C17.6055038,13 18.5,13.8944152 18.5,14.9981014 L18.5,16 L21.0013542,16 C21.552891,16 22,16.4438648 22,17 C22,17.5522847 21.5542301,18 21.0013542,18 L18.5,18 L18.5,19.0018986 C18.5,20.1054196 17.6017394,21 16.5020869,21 L14.4979131,21 C13.3944962,21 12.5,20.1055848 12.5,19.0018986 L12.5,18 L2.99864581,18 C2.44710896,18 2,17.5561352 2,17 C2,16.4477153 2.44576991,16 2.99864581,16 L12.5,16 Z M5.5,4.99810135 C5.5,3.89458045 6.39826062,3 7.49791312,3 L9.50208688,3 C10.6055038,3 11.5,3.89441518 11.5,4.99810135 L11.5,6 L21.0013542,6 C21.552891,6 22,6.44386482 22,7 C22,7.55228475 21.5542301,8 21.0013542,8 L11.5,8 L11.5,9.00189865 C11.5,10.1054196 10.6017394,11 9.50208688,11 L7.49791312,11 C6.39449617,11 5.5,10.1055848 5.5,9.00189865 L5.5,8 L2.99864581,8 C2.44710896,8 2,7.55613518 2,7 C2,6.44771525 2.44576991,6 2.99864581,6 L5.5,6 L5.5,4.99810135 Z M7.5,5 L7.5,9 L9.5,9 L9.5,5 L7.5,5 Z M14.5,15 L14.5,19 L16.5,19 L16.5,15 L14.5,15 Z" }) }))); exports.default = Filter; //# sourceMappingURL=filter.js.map