UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 797 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 1H6.99488C5.89488 1 5.00488 1.85 5.00488 2.95V20.95C5.00488 22.05 5.89488 23 6.99488 23H16.9949C18.0949 23 18.9949 22.05 18.9949 20.95V2.95C18.9949 1.85 18.0949 1 16.9949 1ZM16.9949 19H6.99488V5H16.9949V19ZM12.7949 13.24V14.99L15.9949 12L12.7949 9.02V10.72C9.68488 11.15 8.44488 13.28 7.99488 15.42C9.10488 13.92 10.5749 13.24 12.7949 13.24Z", key: "3k3rnd" } ] ]); export { MobileScreenShare as default }; //# sourceMappingURL=mobile_screen_share.js.map