UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 789 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 MobileScreenShare = createIcon("MobileScreenShare", [ [ "path", { d: "M16.9949 1.01L6.99488 1C5.89488 1 5.00488 1.9 5.00488 3V21C5.00488 22.1 5.89488 23 6.99488 23H16.9949C18.0949 23 18.9949 22.1 18.9949 21V3C18.9949 1.9 18.0949 1.01 16.9949 1.01ZM16.9949 19H6.99488V5H16.9949V19ZM12.7949 13.22V14.97L15.9949 11.98L12.7949 9V10.7C9.68488 11.13 8.44488 13.26 7.99488 15.4C9.10488 13.9 10.5749 13.22 12.7949 13.22Z", key: "1vgfp8" } ] ]); export { MobileScreenShare as default }; //# sourceMappingURL=mobile_screen_share.js.map