UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 622 B
/** * @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: "M15.5 17H17.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.01L15.5 1C16.6 1 17.5 1.9 17.5 3V7H15.5V6H5.5V18H15.5V17ZM20.5 12L16.5 8V11H11.5V13H16.5V16L20.5 12Z", key: "3d4bwg" } ] ]); export { SendToMobile as default }; //# sourceMappingURL=send_to_mobile.js.map