google-material-icons
Version:
A google material icon library package for React applications
30 lines (26 loc) • 833 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: "M6 5H4V21C4 22.1 4.9 23 6 23H16V21H6V5Z", key: "1fovge" }],
[
"path",
{
d: "M18 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 17H10V16H18V17ZM18 14H10V6H18V14ZM18 4H10V3H18V4Z",
key: "1t6dc4"
}
],
[
"path",
{
d: "M12.5 10.25H14.13L13.44 10.94L14.5 12L17 9.5L14.5 7L13.44 8.06L14.13 8.75H12C11.45 8.75 11 9.2 11 9.75V12H12.5V10.25Z",
key: "18wpce"
}
]
]);
export { OfflineShare as default };
//# sourceMappingURL=offline_share.js.map