google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 811 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 Blender = createIcon("Blender", [
[
"path",
{
d: "M17.63 15.13L19.5 3H15.5V2H11.5V3H6.5C5.4 3 4.5 3.9 4.5 5V9C4.5 10.1 5.4 11 6.5 11H8.73L9.37 15.13C8.24 16.05 7.5 17.43 7.5 19V20C7.5 21.1 8.4 22 9.5 22H17.5C18.6 22 19.5 21.1 19.5 20V19C19.5 17.43 18.76 16.05 17.63 15.13ZM6.5 9V5H7.81L8.43 9H6.5ZM13.5 19C12.95 19 12.5 18.55 12.5 18C12.5 17.45 12.95 17 13.5 17C14.05 17 14.5 17.45 14.5 18C14.5 18.55 14.05 19 13.5 19ZM15.79 14H11.22L9.83 5H17.17L15.79 14Z",
key: "hcg5mv"
}
]
]);
export { Blender as default };
//# sourceMappingURL=blender.js.map