@icongo/fc
Version:
Flat Color Icons
21 lines • 804 B
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 FCEnteringHeavenAlive = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#039BE5",
d: "M17 29h14v2H17zm-4 4h22v2H13zm-4 4h30v2H9zm-4 4h38v2H5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#81D4FA",
d: "M35 13c-.4 0-.8 0-1.2.1C32.9 8.5 28.9 5 24 5c-4.1 0-7.6 2.5-9.2 6H14c-4.4 0-8 3.6-8 8s3.6 8 8 8h21c3.9 0 7-3.1 7-7s-3.1-7-7-7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#039BE5",
d: "M28 21c0-2.2-1.8-4-4-4s-4 1.8-4 4v6h8v-6z"
})]
}));
export { FCEnteringHeavenAlive };