@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LICardsSimChip = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LICardsSimChip = function LICardsSimChip(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: "#ff9800",
d: "M1 10.474V3.526c0-.694.568-1.263 1.263-1.263h9.474c.695 0 1.263.569 1.263 1.263v6.948c0 .694-.568 1.263-1.263 1.263H2.263A1.267 1.267 0 0 1 1 10.474z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffd54f",
d: "M13 6.053V5.42H9.21a.633.633 0 0 1 0-1.263h.316v-.632h-.315c-.695 0-1.264.569-1.264 1.263 0 .695.569 1.264 1.264 1.264h.947v1.894H9.21c-.885 0-1.58.695-1.58 1.58s.695 1.578 1.58 1.578h.631v-.631H9.21a.93.93 0 0 1-.948-.948.93.93 0 0 1 .948-.947H13v-.632h-2.21V6.053H13zM4.79 7.947h-.948V6.053h.947c.695 0 1.264-.569 1.264-1.264 0-.694-.569-1.263-1.264-1.263h-.947v.632h.947c.348 0 .632.284.632.631s-.284.632-.632.632H1v.632h2.21v1.894H1v.632h3.79a.93.93 0 0 1 .947.947.93.93 0 0 1-.948.948h-.631v.631h.631c.885 0 1.58-.694 1.58-1.579s-.695-1.579-1.58-1.579z"
})]
}));
};
exports.LICardsSimChip = LICardsSimChip;