@icongo/li
Version:
LibreICONS Icons
19 lines • 711 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiFilter = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#f57c00",
d: "m5.421 6.368-3.79-4.42h10.737l-3.79 4.42z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ff9800",
d: "M5.421 13V6.368H8.58v4.737zm7.105-11.053H1.474A.486.486 0 0 1 1 1.474C1 1.22 1.221 1 1.474 1h11.052c.253 0 .474.221.474.474a.486.486 0 0 1-.474.473z"
})]
}));
export { LIGuiFilter };