iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 836 B
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 Proton = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.474 17.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.204 2.204 0 011.556-.643h4.513a7.955 7.955 0 005.612-2.318 7.907 7.907 0 002.325-5.595 7.91 7.91 0 00-2.325-5.596A7.958 7.958 0 0013.587 0H2.474v7.812h4.401V4.129h6.416c.995 0 1.951.394 2.656 1.097.704.7 1.1 1.653 1.101 2.646a3.742 3.742 0 01-1.101 2.648 3.766 3.766 0 01-2.656 1.097H8.627a6.158 6.158 0 00-4.352 1.795 6.133 6.133 0 00-1.801 4.338z" }));
exports.default = Proton;