@icongo/fc
Version:
Flat Color Icons
19 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCStumbleupon = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#E64A19",
d: "M24.001 5c-10.494 0-19 8.506-19 19 0 10.493 8.506 19 19 19 10.493 0 19-8.507 19-19 0-10.494-8.507-19-19-19z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFF",
d: "M24.001 19c-.003 0 .003 0 0 0-.062-.004-1 0-1 1v7.876C22.916 29.888 21.504 33 17.959 33c-3.607 0-4.958-3.065-4.958-4.958V24h4v4c.038.709.629 1 1 1 .665 0 .972-.361 1-1v-8.124c0-2.01 1.332-5 5-5 .045 0 .086.006.131.007 0 0 4.869-.009 4.869 5.117 0 1.104-.896 1.876-2 1.876s-2-.771-2-1.876c0-.876-.96-.997-1-1zm11 8.876c0 2.01-1.331 5.124-5 5.124s-5-3.114-5-5.124v-3.439a4.917 4.917 0 0 0 2 .439 4.95 4.95 0 0 0 2-.424V28c.038 1 .663 1 1 1 .247 0 1 0 1-1v-4h4v3.876z"
})]
}));
export { FCStumbleupon };