UNPKG

@icongo/fc

Version:
21 lines 615 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 FCTemplate = 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: "#BBDEFB", d: "M4 7h40v34H4z" }), /*#__PURE__*/_jsx("path", { fill: "#3F51B5", d: "M9 12h30v5H9z" }), /*#__PURE__*/_jsx("path", { fill: "#2196F3", d: "M9 21h13v16H9zm17 0h13v16H26z" })] })); export { FCTemplate };