Sha256: 65394e0081a6c0c327fbc93a636edb89cb16177ad328f9f729283fce588804d3
Contents?: true
Size: 445 Bytes
Versions: 14
Compression:
Stored size: 445 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # The repository icon class RepositoryComponent < Blacklight::Icons::IconComponent self.svg = <<~SVG <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M4 10v7h3v-7H4zm6 0v7h3v-7h-3zM2 22h19v-3H2v3zm14-12v7h3v-7h-3zm-4.5-9L2 6v2h19V6l-9.5-5z"/></svg> SVG end end end
Version data entries
14 entries across 14 versions & 1 rubygems