google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 726 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 Tenk = createIcon("Tenk", [
[
"path",
{
d: "M10 10.5H11.5V13.5H10V10.5ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM7.5 15H6V10.5H4.5V9H7.5V15ZM13 14C13 14.55 12.55 15 12 15H9.5C8.95 15 8.5 14.55 8.5 14V10C8.5 9.45 8.95 9 9.5 9H12C12.55 9 13 9.45 13 10V14ZM19.5 15H17.75L16 12.75V15H14.5V9H16V11.25L17.75 9H19.5L17.25 12L19.5 15Z",
key: "hu9t34"
}
]
]);
export { Tenk as default };
//# sourceMappingURL=tenk.js.map