@icongo/fc
Version:
Flat Color Icons
18 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 FCFrame = 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: "#3949AB",
d: "M40.6 40.1h-1.9l-3.1-.4c-2.4-.3-4.9-.2-7.3.4l-3.6.9c-.5.1-1.1.1-1.6 0l-3.5-1c-2.4-.6-4.8-.7-7.3-.4l-3.1.4H7.4C5.5 40 4 38.5 4 36.6c0-.4.1-.9.2-1.3l.2-.6c1-2.5 1.1-5.3.4-7.9l-.6-2c-.2-.7-.2-1.3 0-2l.3-.8c.9-2.7.8-5.7-.2-8.4l-.1-.3c-.1-.2-.2-.6-.2-1v-1c0-1.9 1.5-3.4 3.4-3.4h1.9l3.1.4c2.4.3 4.9.2 7.3-.4l3.6-.9c.5-.1 1.1-.1 1.6 0l3.5 1c2.4.6 4.8.7 7.3.4l3.1-.4h1.9c1.9 0 3.4 1.5 3.4 3.4v1c0 .4-.1.9-.2 1.3l-.1.3c-1.1 2.7-1.2 5.6-.2 8.4l.3.8c.2.6.2 1.3 0 2l-.6 2c-.7 2.6-.6 5.4.4 7.9l.2.6c.2.4.2.8.2 1.3-.1 1.6-1.6 3.1-3.5 3.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BBDEFB",
d: "M38 36H10c-.6 0-1-.4-1-1V13c0-.6.4-1 1-1h28c.6 0 1 .4 1 1v22c0 .6-.4 1-1 1z"
})]
}));
export { FCFrame };