clipboard constant

String const clipboard

Icon Data of clipboard

Implementation

static const String clipboard =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M5 2V1h5v1H5Zm-.25-2A.75.75 0 004 .75V1h-.5A1.5 1.5 0 002 2.5v10A1.5 1.5 0 003.5 14h8a1.5 1.5 0 001.5-1.5v-10A1.5 1.5 0 0011.5 1H11V.75a.75.75 0 00-.75-.75h-5.5ZM11 2v.25a.75.75 0 01-.75.75h-5.5A.75.75 0 014 2.25V2h-.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5H11Z" clip-rule="evenodd"/></svg>';