google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 736 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 MobileFriendly = createIcon("MobileFriendly", [
[
"path",
{
d: "M18.9047 1H8.90473C7.80473 1 6.90473 1.9 6.90473 3V6H8.90473V4H18.9047V20H8.90473V18H6.90473V21C6.90473 22.1 7.80473 23 8.90473 23H18.9047C20.0047 23 20.9047 22.1 20.9047 21V3C20.9047 1.9 20.0047 1 18.9047 1ZM6.91473 13.47L4.36473 10.92L3.09473 12.19L6.90473 16L14.0947 8.81L12.8247 7.54L6.91473 13.47Z",
key: "1byyfl"
}
]
]);
export { MobileFriendly as default };
//# sourceMappingURL=mobile_friendly.js.map