UNPKG

@icongo/fc

Version:
40 lines (39 loc) 1.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCSearch = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCSearch = function FCSearch(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#616161", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m29.175 31.99 2.828-2.827L44.022 41.18l-2.828 2.829z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 20, cy: 20, r: 16 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#37474F", d: "m32.45 35.34 2.827-2.828 8.696 8.696-2.828 2.828z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 20, cy: 20, r: 13, fill: "#64B5F6" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#BBDEFB", d: "M26.9 14.2c-1.7-2-4.2-3.2-6.9-3.2s-5.2 1.2-6.9 3.2c-.4.4-.3 1.1.1 1.4.4.4 1.1.3 1.4-.1C16 13.9 17.9 13 20 13s4 .9 5.4 2.5c.2.2.5.4.8.4.2 0 .5-.1.6-.2.4-.4.4-1.1.1-1.5z" })] })); }; exports.FCSearch = FCSearch;