UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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 Algolia = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C5.445 0 .103 5.285.01 11.817c-.097 6.634 5.285 12.131 11.92 12.17a11.91 11.91 0 005.775-1.443.281.281 0 00.052-.457l-1.122-.994a.79.79 0 00-.833-.14 9.693 9.693 0 01-3.923.77c-5.36-.067-9.692-4.527-9.607-9.888.084-5.293 4.417-9.573 9.73-9.573h9.73v17.296l-5.522-4.907a.407.407 0 00-.596.063 4.52 4.52 0 01-3.934 1.793 4.538 4.538 0 01-4.192-4.168A4.53 4.53 0 0112 7.467a4.532 4.532 0 014.509 4.126c.018.205.11.397.265.533l1.438 1.275a.28.28 0 00.462-.158 6.82 6.82 0 00.099-1.725c-.232-3.376-2.966-6.092-6.345-6.3-3.873-.24-7.11 2.79-7.214 6.588-.1 3.7 2.933 6.892 6.634 6.974a6.75 6.75 0 004.136-1.294l7.212 6.394a.48.48 0 00.797-.36V.456A.456.456 0 0023.54 0z" })); exports.default = Algolia;