google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 574 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 Numbers = createIcon("Numbers", [
[
"path",
{
d: "M20.5 10L21 8H17L18 4H16L15 8H11L12 4H10L9 8H5L4.5 10H8.5L7.5 14H3.5L3 16H7L6 20H8L9 16H13L12 20H14L15 16H19L19.5 14H15.5L16.5 10H20.5ZM13.5 14H9.5L10.5 10H14.5L13.5 14Z",
key: "1plmfb"
}
]
]);
export { Numbers as default };
//# sourceMappingURL=numbers.js.map