google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 530 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 Dock = createIcon("Dock", [
[
"path",
{
d: "M8 23H16V21H8V23ZM16 1.01L8 1C6.9 1 6 1.9 6 3V17C6 18.1 6.9 19 8 19H16C17.1 19 18 18.1 18 17V3C18 1.9 17.1 1.01 16 1.01ZM16 15H8V5H16V15Z",
key: "8km1zk"
}
]
]);
export { Dock as default };
//# sourceMappingURL=dock.js.map