Sha256: 6b2c57b32c0d727dc55cbf9e291c44c73abb3ebec53ec79f86c42865a8e75d20
Contents?: true
Size: 467 Bytes
Versions: 20
Compression:
Stored size: 467 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # Icon for Edit class EditComponent < 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="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"/> </svg> SVG end end end
Version data entries
20 entries across 20 versions & 1 rubygems