# frozen_string_literal: true module Blacklight module Icons # The bookmark icon class BookmarkComponent < Blacklight::Icons::IconComponent self.svg = <<~SVG SVG end end end