cart constant
String
const cart
Icon Data of cart
Implementation
static const String cart =
'<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" d="M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5a2 2 0 001.952-1.566L21 5H7V4a2 2 0 00-2-2H3v2h2v11a2 2 0 002 2h12a2 2 0 00-2-2H7v-2h10.396z"/></svg>';