UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.57 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICertificate = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICertificate = function LICertificate(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fbe9e7", d: "M2.714 1.286h8.572v11.428H2.714z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f4511e", d: "M8.714 11.514v-.8h.8L8.086 9.286l-.8.8zm-3.428 0v-.8h-.8l1.428-1.428.8.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff8a65", d: "M4.429 3.857H9.57V5H4.43zm0 2H9.57v.572H4.43zM7 7.571c-.8 0-1.429.629-1.429 1.429S6.2 10.429 7 10.429 8.429 9.8 8.429 9 7.8 7.571 7 7.571zm0 2.286A.842.842 0 0 1 6.143 9c0-.486.371-.857.857-.857s.857.371.857.857A.842.842 0 0 1 7 9.857z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff8a65", d: "M2.429 1v12h9.142V1H2.43zM11 11.571a.842.842 0 0 0-.857.858H3.857A.842.842 0 0 0 3 11.57V2.43a.842.842 0 0 0 .857-.858h6.286c0 .486.371.858.857.858v9.142z" })] })); }; exports.LICertificate = LICertificate;