UNPKG

@icongo/fc

Version:
26 lines (25 loc) 1.14 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCVip = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCVip = function FCVip(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: "#880E4F", d: "M38 43H10c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v28c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFD54F", d: "m15.9 28 2.1-9.1h2.8l-3.6 12.6h-2.6L11 18.9h2.8l2.1 9.1zm9.7 3.5h-2.5V18.9h2.5v12.6zm5.6-4.4v4.4h-2.5V18.9H33c3.7 0 4.1 3.4 4.1 4.2 0 1.2-.5 4-4.1 4h-1.8zm0-2.2h1.7c1.3 0 1.5-1.1 1.5-1.9 0-1.6-.9-2.1-1.5-2.1h-1.7v4z" })] })); }; exports.FCVip = FCVip;