UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.55 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 PimjoLogo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.163 13.208V9.535h1.37c.25 0 .469.046.66.139.195.088.344.22.455.394.108.171.164.38.164.625s-.056.452-.17.626a1.05 1.05 0 01-.448.393c-.192.091-.412.14-.662.14h-.698v1.354h-.671v.002zm.67-1.945h.712a.684.684 0 00.315-.068.53.53 0 00.207-.202.596.596 0 00.073-.295.582.582 0 00-.073-.295.486.486 0 00-.207-.197.655.655 0 00-.315-.073h-.711v1.133-.003zM11.248 13.208V9.535h.671v3.67h-.671v.003zM16.105 9.535v3.67h-.677v-2.494l-1.132 1.511h-.079l-1.137-1.557v2.543h-.671V9.535h.64l1.221 1.658 1.194-1.658h.643-.002zM16.518 13.208v-.615h.212a.516.516 0 00.373-.134.48.48 0 00.144-.363v-2.56h.674v2.532c0 .227-.048.424-.15.598a.97.97 0 01-.413.399 1.308 1.308 0 01-.63.143h-.213.003zM20.166 9.535a1.834 1.834 0 100 3.669 1.834 1.834 0 000-3.669zm0 3.058a1.222 1.222 0 010-2.442 1.222 1.222 0 010 2.442z", fill: "#323544" }), React.createElement("path", { d: "M19.45 11.387a.716.716 0 101.433 0h-1.436.003zM4.273 8.973A2.272 2.272 0 002 11.246v3.781l1.408-1.677a2.272 2.272 0 003.138-2.104 2.27 2.27 0 00-2.273-2.273zm0 3.345a1.073 1.073 0 11.001-2.146 1.073 1.073 0 01-.001 2.146z", fill: "#323544" })); exports.default = PimjoLogo;