UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFindnreplace = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFindnreplace = function LIGuiFindnreplace(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: "gray", d: "M5.8 2.376a3.36 3.36 0 0 1 2.424 1.012L6.482 5.13H10.6V1.012L9.188 2.424A4.785 4.785 0 0 0 5.8 1.012a4.796 4.796 0 0 0-4.753 4.117h1.388A3.413 3.413 0 0 1 5.8 2.376z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.659 8.659a4.539 4.539 0 0 0 .87-2.165H9.141a3.436 3.436 0 0 1-3.365 2.753 3.357 3.357 0 0 1-2.423-1.012l1.741-1.74H1v4.117L2.412 9.2c.87.87 2.07 1.412 3.388 1.412a4.804 4.804 0 0 0 2.847-.941l3.341 3.317L13 11.976 9.659 8.66z" })] })); }; exports.LIGuiFindnreplace = LIGuiFindnreplace;