UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 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 G2a = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M24 15.419l-3.157-6.015a1.68 1.68 0 00-.467-.566 1.302 1.302 0 00-.793-.257 1.239 1.239 0 00-.772.257 1.68 1.68 0 00-.467.566 1739.182 1739.182 0 01-3.178 6.015h1.739l2.678-5.133 1.258 2.412h-1.937l.683 1.306h1.935l.739 1.415H24zm-20.513-1.46a1.94 1.94 0 110-3.879l3.934-.003V8.621H3.395a3.399 3.399 0 000 6.798H7.42v-4.128H3.053v1.457h2.845v1.214l-2.41-.003zm7.23-1.211h3.065a2.063 2.063 0 000-4.127h-3.646c-.804 0-1.456.652-1.457 1.456h4.997a.616.616 0 01.62.591.606.606 0 01-.59.623h-3.2c-1.073 0-1.942.87-1.942 1.943v2.185h5.453l.772-1.457h-4.701v-.584a.63.63 0 01.63-.63z" })); exports.default = G2a;