UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 753 B
"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 Meilisearch = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.505 18.998l4.434-11.345a4.168 4.168 0 013.882-2.651h2.674l-4.434 11.345a4.169 4.169 0 01-3.883 2.651H6.505zm6.505 0l4.434-11.345a4.169 4.169 0 013.883-2.651H24l-4.434 11.345a4.168 4.168 0 01-3.882 2.651H13.01zm-13.01 0L4.434 7.653a4.168 4.168 0 013.882-2.651h2.674L6.556 16.347a4.169 4.169 0 01-3.883 2.651H0z" })); exports.default = Meilisearch;