UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.41 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICardsSim = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICardsSim = function LICardsSim(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: "#009688", d: "M10.429 13H3.57a1.146 1.146 0 0 1-1.142-1.143V2.143A1.147 1.147 0 0 1 3.57 1h4.66c.314 0 .6.114.8.343l2.2 2.2c.228.228.342.514.342.8v7.514c0 .629-.514 1.143-1.142 1.143z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff9800", d: "M9.286 11H4.714a.573.573 0 0 1-.571-.571V7c0-.314.257-.571.571-.571h4.572c.314 0 .571.257.571.571v3.429a.573.573 0 0 1-.571.571z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ffd54f", d: "M8.429 8.714v.857h1.428v.572H8.43V11h-.572V6.429h.572v1.714h1.428v.571H8.43zM4.143 8.43V9H5.57v.571H4.143v.572H5.57V11h.572V8.429h-2z" })] })); }; exports.LICardsSim = LICardsSim;