@icongo/li
Version:
LibreICONS Icons
40 lines (39 loc) • 1.88 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceTapeDrive = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceTapeDrive = function LIDeviceTapeDrive(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: "#cfd8dc",
d: "M1.273 4.955h11.454v3.818H1.273z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M10.96 5.227H7.95a2.31 2.31 0 0 0-.677 1.637c0 .639.258 1.217.676 1.636h3.011a2.31 2.31 0 0 0 .676-1.636 2.31 2.31 0 0 0-.676-1.637zM9.455 7.41a.546.546 0 1 1 0-1.091.546.546 0 0 1 0 1.091zM6.324 5.227H3.04a2.31 2.31 0 0 0-.676 1.637c0 .639.258 1.217.676 1.636h3.284A2.31 2.31 0 0 0 7 6.864a2.31 2.31 0 0 0-.676-1.637zM4.545 7.41a.546.546 0 1 1 0-1.091.546.546 0 0 1 0 1.091z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#546e7a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1 3.59v6.82h12V3.59H1zM12.455 8.5H1.545V5.227h10.91V8.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.818 4.955h4.364v3.818H4.818z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fafafa",
d: "M5.364 5.227h3.272V8.5H5.364z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff1744",
d: "M5.364 7.41h3.272V8.5H5.364z"
})]
}));
};
exports.LIDeviceTapeDrive = LIDeviceTapeDrive;