Sha256: 5fbd3a034aa7219d4ff93d95afbfe48cc9f0cf3283b05d99e77f4efc05b94ee6
Contents?: true
Size: 426 Bytes
Versions: 20
Compression:
Stored size: 426 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # Icon for Check class CheckComponent < 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="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/> </svg> SVG end end end
Version data entries
20 entries across 20 versions & 1 rubygems