UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFilter = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFilter = function LIGuiFilter(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f57c00", d: "m5.421 6.368-3.79-4.42h10.737l-3.79 4.42z" }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.LIGuiFilter = LIGuiFilter;