UNPKG

@icongo/fc

Version:
29 lines (28 loc) 1.11 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCRules = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCRules = function FCRules(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#42A5F5", d: "M39 45H9s-3-.1-3-8h36c0 7.9-3 8-3 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M8 3h32v34H8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1976D2", d: "M18 15h16v2H18zm0 4h16v2H18zm0 4h16v2H18zm0 4h16v2H18zm0 4h16v2H18zm-4-16h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2z" })] })); }; exports.FCRules = FCRules;