iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.54 kB
JavaScript
;
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 Optimism = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0M9.61 8.705c.462 0 .877.078 1.244.234.366.15.653.378.863.684.21.3.316.66.316 1.08 0 .126-.015.287-.045.479a20.4 20.4 0 01-.324 1.558c-.21.823-.573 1.438-1.09 1.846-.516.402-1.207.604-2.072.604-.715 0-1.3-.168-1.756-.504q-.675-.514-.676-1.46 0-.197.045-.486c.078-.432.19-.952.334-1.558.409-1.652 1.461-2.477 3.16-2.477m4.17.09h2.397q1 0 1.603.414c.409.276.612.675.612 1.197 0 .15-.02.307-.055.47-.15.69-.452 1.2-.908 1.53-.45.33-1.07.496-1.856.496h-1.217l-.414 1.973a.26.26 0 01-.1.162.271.271 0 01-.17.063h-1.224c-.066 0-.118-.02-.154-.063a.215.215 0 01-.027-.162L13.51 9.02a.256.256 0 01.097-.162.276.276 0 01.172-.063m-4.287 1.207c-.336 0-.623.099-.863.297-.234.198-.402.502-.504.91-.108.402-.216.894-.324 1.477a1.93 1.93 0 00-.037.379c0 .552.288.828.865.828q.504 0 .855-.297c.24-.198.412-.502.514-.91.138-.565.242-1.057.314-1.477a2.1 2.1 0 00.038-.389c0-.546-.287-.818-.858-.818m5.45.045l-.342 1.611h1.035c.252 0 .472-.069.658-.207a.97.97 0 00.377-.594c.018-.102.027-.191.027-.27 0-.173-.05-.305-.152-.396-.102-.096-.277-.144-.524-.144z" }));
exports.default = Optimism;