UNPKG

@icongo/fc

Version:
18 lines 773 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCDisplay = 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: "#80DEEA", d: "M40 41H8c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v26c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/_jsx("path", { fill: "#2962FF", d: "M36 17h-5l-2-2 2-2h5l2 2zm0 18h-5l-2-2 2-2h5l2 2zm1-5V18l2-2 2 2v12l-2 2zm-11 0V18l2-2 2 2v12l-2 2zm-9-13h-5l-2-2 2-2h5l2 2zm0 18h-5l-2-2 2-2h5l2 2zm1-5V18l2-2 2 2v12l-2 2zM7 30V18l2-2 2 2v12l-2 2z" })] })); export { FCDisplay };