Sha256: a7823c3bffca7f18f7bb4f3706e94807b90929033e52a233748feca969bb8bcf
Contents?: true
Size: 433 Bytes
Versions: 20
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # Icon for ChevronRight class ChevronRightComponent < Spotlight::IconComponent self.svg = <<~SVG <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path fill="none" d="M0 0h24v24H0V0z"/> <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"/> </svg> SVG end end end
Version data entries
20 entries across 20 versions & 1 rubygems