UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 670 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 Weekend = createIcon("Weekend", [ [ "path", { d: "M21 10C19.9 10 19 10.9 19 12V15H5V12C5 10.9 4.11 10 3 10C1.89 10 1 10.9 1 12V17C1 18.1 1.9 19 3 19H21C22.1 19 23 18.1 23 17V12C23 10.9 22.1 10 21 10ZM18 5H6C4.9 5 4 5.9 4 7V9.15C5.16 9.56 6 10.67 6 11.96V14H18V11.97C18 10.67 18.84 9.57 20 9.16V7C20 5.9 19.1 5 18 5Z", key: "1ppj1l" } ] ]); export { Weekend as default }; //# sourceMappingURL=weekend.js.map