@icongo/mc
Version:
Micon Icons
13 lines • 790 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStorageTape = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M2048 384v1408H0V384h2048zm-395 1280-85-256H480l-85 256h1258zm267-1152H128v1152h132l128-384h1272l128 384h132V512zM512 1152q-27 0-50-10t-40.5-27.5T394 1074t-10-50 10-50 27.5-40.5T462 906t50-10 50 10 40.5 27.5T630 974t10 50-10 50-27.5 40.5T562 1142t-50 10zm1024 0q-27 0-50-10t-40.5-27.5-27.5-40.5-10-50 10-50 27.5-40.5T1486 906t50-10 50 10 40.5 27.5T1654 974t10 50-10 50-27.5 40.5-40.5 27.5-50 10zm-256 0H768V896h512v256z"
})
}));
export { MCMdlStorageTape };