@icongo/mc
Version:
Micon Icons
13 lines • 592 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRememberedDevice = 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: "M1790 384v1024l-126-412V512H256v384h256v384h938l-40 128h-386v256H640v-128h256v-128H512v256H0V896h128V384h1662zM128 1024v512h256v-512H128zm1206 1024 101-314-266-197h335l97-310 95 310h335l-266 197 102 313-267-193z"
})
}));
export { MCMdlRememberedDevice };