calculator_one constant

String const calculator_one

Implementation

static const String calculator_one =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor"><rect width="32" height="40" x="8" y="4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 11h20v9H14z"/><circle cx="17" cy="26" r="2"/><circle cx="17" cy="32" r="2"/><circle cx="17" cy="38" r="2"/><circle cx="24" cy="26" r="2"/><circle cx="24" cy="32" r="2"/><circle cx="24" cy="38" r="2"/><circle cx="31" cy="26" r="2"/><circle cx="31" cy="32" r="2"/><circle cx="31" cy="38" r="2"/></g></svg>';