@icongo/fc
Version:
Flat Color Icons
18 lines • 853 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 FCLightAtTheEndOfTunnel = 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: "#3F51B5",
d: "M6 10v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4H10c-2.2 0-4 1.8-4 4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#CCF2F6",
d: "M27.9 28.9h-5.8l-8.4 7.2 6-7.2v-2.4l-3 .8 3-1.9v-1.5c0-.8.1-1.7.6-2.4l-7.5-8.3 8.7 7.2c.7-.7 1.5-1.1 2.5-1.2l.6-7.3 1.1 7.3c.3 0 .6.1.8.1l1.2-1.2-.3 1.7c.3.1.4.3.7.6l4.4-2.8-3.6 3.9c.3.4.6 1 .7 1.7l2.2.1-2.2.8v1.5l2.6 1.4-2.6-.3v2.2l6.2 7.1-7.9-7.1z"
})]
}));
export { FCLightAtTheEndOfTunnel };