UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 778 B
/** * @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 IceSkating = createIcon("IceSkating", [ [ "path", { d: "M7.5 8C7.5 7.72 7.72 7.5 8 7.5H10.52L10.5 6.5H8C7.72 6.5 7.5 6.28 7.5 6C7.5 5.72 7.72 5.5 8 5.5H10.5V2.5H2.5V17.5H5.5V19.5H1.5V21.5H17.5C20.26 21.5 22.5 19.26 22.5 16.5H20.5C20.5 18.16 19.16 19.5 17.5 19.5H15.5V17.5H18.5V14.62C18.5 12.52 16.95 11.09 15.47 10.74L12.77 10.07C11.9 9.85 11.2 9.26 10.82 8.5H8C7.72 8.5 7.5 8.28 7.5 8ZM13.5 19.5H7.5V17.5H13.5V19.5Z", key: "1e7g1x" } ] ]); export { IceSkating as default }; //# sourceMappingURL=ice_skating.js.map