UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.05 kB
/** * @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 Cake = createIcon("Cake", [ [ "path", { d: "M12 7C13.11 7 14 6.1 14 5C14 4.62 13.9 4.27 13.71 3.97L12 1L10.29 3.97C10.1 4.27 10 4.62 10 5C10 6.1 10.9 7 12 7ZM16.6 16.99L15.53 15.92L14.45 16.99C13.15 18.29 10.87 18.3 9.56 16.99L8.49 15.92L7.4 16.99C6.75 17.64 5.88 18 4.96 18C4.23 18 3.56 17.77 3 17.39V22C3 22.55 3.45 23 4 23H20C20.55 23 21 22.55 21 22V17.39C20.44 17.77 19.77 18 19.04 18C18.12 18 17.25 17.64 16.6 16.99ZM18 10H13V8H11V10H6C4.34 10 3 11.34 3 13V14.54C3 15.62 3.88 16.5 4.96 16.5C5.48 16.5 5.98 16.3 6.34 15.93L8.48 13.8L10.61 15.93C11.35 16.67 12.64 16.67 13.38 15.93L15.52 13.8L17.65 15.93C18.02 16.3 18.51 16.5 19.03 16.5C20.11 16.5 20.99 15.62 20.99 14.54V13C21 11.34 19.66 10 18 10Z", key: "12cgpz" } ] ]); export { Cake as default }; //# sourceMappingURL=cake.js.map