@icongo/li
Version:
LibreICONS Icons
34 lines (33 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LICardsSd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LICardsSd = function LICardsSd(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: "#3f51b5",
d: "M2.077 2.846 3.923 1h7.692c.17 0 .308.138.308.308v11.384c0 .17-.137.308-.308.308h-9.23a.308.308 0 0 1-.308-.308V2.846z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
fillRule: "evenodd",
d: "m6.08 9.927-.1.319H4.91c-.13 0-.474 0-.474.131 0 .24 1.23.209 1.23.822 0 .416-.372.527-.796.56-.182.01-.373 0-.555 0-.584 0-1.008-.033-1.008-.033l.192-.548s.332.043.544.043c.202 0 .787.067.787-.066 0-.218-.968-.208-.968-.767 0-.285.544-.438 1.008-.438.474 0 1.21-.023 1.21-.023zm2.056.297-.998.285c.01.044.01.077 0 .12-.11.373-1.099.417-1.099.417l-.231.723s2.48-.01 2.722-1.008c.05-.187-.121-.384-.394-.537zM7.27 9.96c-.443-.054-.867-.033-.867-.033l-.09.307s.262 0 .483.066l.474-.34zm.434.088-.716.318c.03.01.06.032.08.044l.817-.296c-.06-.032-.12-.044-.18-.066z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fdd835",
fillRule: "evenodd",
d: "M10.385 1.615h.923V3.77h-.923zm-1.539 0h.923V3.77h-.923zm-1.538 0h.923V3.77h-.923zm-1.539 0h.923V3.77H5.77zM2.692 3.77h.923V2.182l-.923.927zm1.539-2.154h.923V3.77H4.23z",
clipRule: "evenodd"
})]
}));
};
exports.LICardsSd = LICardsSd;