@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
17 lines • 717 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const filter = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M6.333 13.333h8m-8 0a1.667 1.667 0 1 1-3.333 0m3.333 0a1.667 1.667 0 0 0-3.333 0m0 0H1.667M13 8h1.333M13 8a1.667 1.667 0 1 1-3.333 0M13 8a1.667 1.667 0 1 0-3.333 0m0 0h-8m6.666-5.333h6m-6 0a1.667 1.667 0 0 1-3.333 0m3.333 0a1.667 1.667 0 1 0-3.333 0m0 0H1.667"
})));
export default filter;
//# sourceMappingURL=filter.js.map