google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 683 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 OfflineShare = createIcon("OfflineShare", [
[
"path",
{
d: "M14.6 10.26V11.57L17 9.33L14.6 7.1V8.38C12.27 8.7 11.34 10.3 11 11.9C11.83 10.77 12.93 10.26 14.6 10.26ZM16 23H6C4.9 23 4 22.1 4 21V5H6V21H16V23ZM18 1H10C8.9 1 8 1.9 8 3V17C8 18.1 8.9 19 10 19H18C19.1 19 20 18.1 20 17V3C20 1.9 19.1 1 18 1ZM18 16H10V4H18V16Z",
key: "k63mp3"
}
]
]);
export { OfflineShare as default };
//# sourceMappingURL=offline_share.js.map