UNPKG

@icongo/fc

Version:
32 lines 1.04 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCSearch = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsxs("g", { fill: "#616161", children: [/*#__PURE__*/_jsx("path", { d: "m29.175 31.99 2.828-2.827L44.022 41.18l-2.828 2.829z" }), /*#__PURE__*/_jsx("circle", { cx: 20, cy: 20, r: 16 })] }), /*#__PURE__*/_jsx("path", { fill: "#37474F", d: "m32.45 35.34 2.827-2.828 8.696 8.696-2.828 2.828z" }), /*#__PURE__*/_jsx("circle", { cx: 20, cy: 20, r: 13, fill: "#64B5F6" }), /*#__PURE__*/_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" })] })); export { FCSearch };