google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 700 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SendToMobile = createIcon("SendToMobile", [
[
"path",
{
d: "M16.5 8L20.5 12L16.5 16L15.09 14.59L16.67 13H11.5V11H16.67L15.08 9.41L16.5 8ZM5.5 1.01L15.5 1C16.6 1 17.5 1.9 17.5 3V7H15.5V6H5.5V18H15.5V17H17.5V21C17.5 22.1 16.6 23 15.5 23H5.5C4.4 23 3.5 22.1 3.5 21V3C3.5 1.9 4.4 1.01 5.5 1.01ZM5.5 21H15.5V20H5.5V21ZM5.5 4H15.5V3H5.5V4Z",
key: "hp9dv6"
}
]
]);
export { SendToMobile as default };
//# sourceMappingURL=send_to_mobile.js.map