Sha256: 3d6c9aa513f2d4157f3372571fafac6f2a625564d9c7555ead00e1090923432e
Contents?: true
Size: 373 Bytes
Versions: 20
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Blacklight module Icons # Icon for Warning class WarningComponent < Spotlight::IconComponent self.svg = <<~SVG <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/> </svg> SVG end end end
Version data entries
20 entries across 20 versions & 1 rubygems