neumorphic_calculator constant

String const neumorphic_calculator

Implementation

static const String neumorphic_calculator =
    '<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"><rect width="37" height="37" x="5.5" y="5.5" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" rx="2"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M24 5.5v37M5.5 24h37m-13.773-8.574h9M30.29 28.692l6 9m-25.034-8.37 8 7.937m-.039-8-7.961 7.969m4-26.302v9m-4.5-4.5h9"/></svg>';