google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 1.56 kB
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 BakeryDining = createIcon("BakeryDining", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.2851 16.5861C18.0751 15.6961 17.4651 15.2461 17.4651 15.2461C17.4651 15.2461 17.7851 14.6561 18.4251 13.4661C18.8051 12.8761 19.6451 12.8761 20.0251 13.4661L20.8351 14.7261C21.0251 15.0261 21.0451 15.4061 20.8951 15.7261L20.6751 16.1961C20.4251 16.7361 19.7651 16.9161 19.2851 16.5861ZM4.72512 16.5861C4.24512 16.9161 3.59512 16.7361 3.33512 16.2061L3.10512 15.7361C2.95512 15.4161 2.97512 15.0361 3.16512 14.7361L3.97512 13.4761C4.35512 12.8861 5.19512 12.8861 5.57512 13.4761C6.22512 14.6561 6.54512 15.2461 6.54512 15.2461C6.54512 15.2461 5.93512 15.6961 4.72512 16.5861ZM15.3651 9.61609C15.4551 8.93609 16.0951 8.55609 16.6351 8.86609L18.2251 9.76609C18.6851 10.0261 18.8551 10.6761 18.5851 11.1761L16.5051 15.2461H14.7051L15.3651 9.61609ZM8.63512 9.61609L9.30512 15.2461H7.50512L5.41512 11.1661C5.14512 10.6661 5.31512 10.0161 5.77512 9.75609L7.36512 8.85609C7.89512 8.55609 8.54512 8.93609 8.63512 9.61609ZM13.8051 15.2461H10.2051L9.46512 8.36609C9.39512 7.77609 9.81512 7.24609 10.3451 7.24609H13.6451C14.1751 7.24609 14.5851 7.77609 14.5251 8.36609L13.8051 15.2461Z",
key: "64fhex"
}
]
]);
export { BakeryDining as default };
//# sourceMappingURL=bakery_dining.js.map