UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Opensearch = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M23.151 8.813a.848.848 0 00-.848.848c0 6.982-5.66 12.642-12.642 12.642a.849.849 0 000 1.697C17.581 24 24 17.58 24 9.661a.849.849 0 00-.849-.849zm-5.12 5.437c.815-1.331 1.605-3.106 1.45-5.59-.322-5.147-4.984-9.052-9.386-8.629-1.723.166-3.493 1.57-3.335 4.087.068 1.093.603 1.738 1.473 2.234.828.473 1.891.772 3.097 1.11 1.456.41 3.145.87 4.444 1.827 1.556 1.147 2.62 2.476 2.257 4.961zm-16.562-9C.653 6.581-.136 8.356.02 10.84c.322 5.147 4.984 9.052 9.386 8.629 1.723-.166 3.492-1.57 3.335-4.087-.068-1.093-.603-1.738-1.473-2.234-.828-.473-1.891-.772-3.097-1.11-1.456-.41-3.145-.87-4.444-1.827C2.17 9.064 1.106 7.735 1.47 5.25z" })); exports.default = Opensearch;