google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 830 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 Icecream = createIcon("Icecream", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8.79 11.9L12.05 18.12L15.22 11.91C15.11 11.83 15.01 11.75 14.92 11.66C14.08 12.19 13.07 12.5 12 12.5C10.93 12.5 9.92 12.19 9.08 11.66C8.99 11.75 8.89 11.83 8.79 11.9ZM6.83 12.49C5.25 12.4 4 11.1 4 9.5C4 8.01 5.09 6.77 6.52 6.54C6.75 3.72 9.12 1.5 12 1.5C14.88 1.5 17.25 3.72 17.48 6.54C18.91 6.77 20 8.01 20 9.5C20 11.09 18.76 12.4 17.19 12.49L12.07 22.5L6.83 12.49Z",
key: "1f9n3u"
}
]
]);
export { Icecream as default };
//# sourceMappingURL=icecream.js.map