google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 632 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 ScreenShare = createIcon("ScreenShare", [
[
"path",
{
d: "M20 18C21.1 18 21.99 17.1 21.99 16L22 6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V16C2 17.1 2.89 18 4 18H0V20H24V18H20ZM13 14.47V12.28C10.22 12.28 8.39 13.13 7 15C7.56 12.33 9.11 9.67 13 9.13V7L17 10.73L13 14.47Z",
key: "a634c2"
}
]
]);
export { ScreenShare as default };
//# sourceMappingURL=screen_share.js.map