UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.67 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 Indigo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.99 0c-.25 0-.5.096-.691.287a.983.983 0 000 1.386.975.975 0 001.382 0 .983.983 0 000-1.386A.975.975 0 0022.99 0zm-2.444 1.959c-.25 0-.5.096-.691.287a.983.983 0 000 1.386.977.977 0 001.382 0 .981.981 0 00-.691-1.673zM6.384 4.408a.98.98 0 000 1.959.979.979 0 000-1.959zm2.928 0a.979.979 0 000 1.959.978.978 0 100-1.959zm3.42 0a.979.979 0 000 1.959.98.98 0 000-1.959zm2.931 0a.979.979 0 000 1.959.979.979 0 000-1.959zm2.931 0a.978.978 0 10-.001 1.961.978.978 0 00.001-1.961zm-2.931 2.939a.98.98 0 000 1.958.98.98 0 000-1.958zm2.931 0a.98.98 0 000 1.959.977.977 0 00.976-.979.978.978 0 00-.976-.98zm-5.373 1.959a.97.97 0 00-.691.287.979.979 0 001.382 1.386.981.981 0 00-.691-1.673zm5.373.98a.979.979 0 000 1.959.979.979 0 000-1.959zm-7.327 1.469a.979.979 0 000 1.959.979.979 0 000-1.959zm7.327 1.47a.98.98 0 000 1.958.978.978 0 000-1.958zm-9.282.489a.981.981 0 00-.69 1.673.975.975 0 001.381 0 .981.981 0 00-.691-1.673zm-8.303 2.45a.978.978 0 10.004 1.956.978.978 0 00-.004-1.956zm2.931 0a.978.978 0 10.004 1.956.978.978 0 00-.004-1.956zm2.931 0a.978.978 0 000 1.958.978.978 0 000-1.958zm11.723.489a.98.98 0 000 1.958.978.978 0 000-1.958zm-11.723 2.45a.978.978 0 000 1.958.978.978 0 000-1.958zm0 2.938a.979.979 0 000 1.959.979.979 0 000-1.959z" })); exports.default = Indigo;