@icongo/cg
Version:
css.gg Icons
36 lines (35 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGLoadbarAlt = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGLoadbarAlt = function CGLoadbarAlt(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 18,
height: 4,
x: 3,
y: 10,
fill: "currentColor",
opacity: 0.3,
rx: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 10,
height: 4,
x: 7,
y: 10,
fill: "currentColor",
rx: 2
})]
}));
};
exports.CGLoadbarAlt = CGLoadbarAlt;