pizza constant

String const pizza

Icon Data of pizza

Implementation

static const String pizza =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 100-16 8 8 0 000 16Zm-5-5h2v2l-2-2Zm10 0-2 2v-2h2ZM9 7v2H7l2-2Zm6 0 2 2h-2V7Zm-2.5 2a1.5 1.5 0 100-3 1.5 1.5 0 000 3Zm-5 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3Zm9 1a1.5 1.5 0 100-3 1.5 1.5 0 000 3ZM12 13a1 1 0 100-2 1 1 0 000 2Zm-.5 5a1.5 1.5 0 100-3 1.5 1.5 0 000 3Z"/></svg>';