UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 977 B
"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 Stumbleupon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22 12.403v2.774c0 2.452-2 4.452-4.452 4.452a4.44 4.44 0 01-4.451-4.452v-2.741l1.355.645 2.032-.58v2.806c0 .58.451 1.032 1.032 1.032.58 0 1.032-.452 1.032-1.032v-2.871c.033-.033 3.452-.033 3.452-.033zm-7.613-1.677l2.032-.58v-1.42c0-2.42-2.032-4.355-4.451-4.355-2.42 0-4.452 1.903-4.452 4.323v6.451c0 .58-.451 1.032-1.032 1.032-.58 0-1.032-.451-1.032-1.032v-2.742H2v2.774c0 2.452 2 4.452 4.452 4.452 2.451 0 4.451-1.968 4.451-4.42V8.856c0-.58.452-1.032 1.032-1.032.581 0 1.033.451 1.033 1.032v1.19l1.42.68z", fill: "#323544" })); exports.default = Stumbleupon;