UNPKG

@icongo/fc

Version:
29 lines (28 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFactory = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFactory = function FCFactory(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: "#BF360C", d: "M41.2 5h-7.3L32 43h11L41.2 5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E64A19", d: "M33 23h-4v-6l-12 6v-6L5 23v20h28V23z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFC107", d: "M9 27h4v4H9zm8 0h4v4h-4zm8 0h4v4h-4zM9 35h4v4H9zm8 0h4v4h-4zm8 0h4v4h-4z" })] })); }; exports.FCFactory = FCFactory;