google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 998 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 KebabDining = createIcon("KebabDining", [
[
"path",
{
d: "M7.75 8H11V13H7.75V14H8.5C9.88 14 11 15.12 11 16.5C11 17.88 9.88 19 8.5 19H7.75V23H6.25V19H5.5C4.12 19 3 17.88 3 16.5C3 15.12 4.12 14 5.5 14H6.25V13H3V8H6.25V7H5.5C4.12 7 3 5.88 3 4.5C3 3.12 4.12 2 5.5 2H6.25V1H7.75V2H8.5C9.88 2 11 3.12 11 4.5C11 5.88 9.88 7 8.5 7H7.75V8ZM17.75 7H18.5C19.88 7 21 5.88 21 4.5C21 3.12 19.88 2 18.5 2H17.75V1H16.25V2H15.5C14.12 2 13 3.12 13 4.5C13 5.88 14.12 7 15.5 7H16.25V8H13V13H16.25V14H15.5C14.12 14 13 15.12 13 16.5C13 17.88 14.12 19 15.5 19H16.25V23H17.75V19H18.5C19.88 19 21 17.88 21 16.5C21 15.12 19.88 14 18.5 14H17.75V13H21V8H17.75V7Z",
key: "u409ew"
}
]
]);
export { KebabDining as default };
//# sourceMappingURL=kebab_dining.js.map