Sha256: 577b9e50b343319538dc191fd0f39b56173080a7b277b0940520151bbde367fa
Contents?: true
Size: 362 Bytes
Versions: 14
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # The compact icon class CompactComponent < Blacklight::Icons::IconComponent self.svg = <<~SVG <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><path d="M3,15H21V13H3Zm0,4H21V17H3Zm0-8H21V9H3ZM3,5V7H21V5Z"/></svg> SVG end end end
Version data entries
14 entries across 14 versions & 1 rubygems