@icongo/mc
Version:
Micon Icons
13 lines • 653 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMediaStorageTower = 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: "M960 1280q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm0-256q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm0-256q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm576 1152v128H384v-128h512v-256H512V0h896v1664h-384v256h512zm-896-384h640V128H640v1408z"
})
}));
export { MCMdlMediaStorageTower };