Sha256: c7059f66409786cb806a857e3a79f1c37eea3daa0057adc2bd22a19f16b33f56
Contents?: true
Size: 530 Bytes
Versions: 14
Compression:
Stored size: 530 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Lucide class Twitch < Base def view_template svg( **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24', fill: 'none', stroke: 'currentColor', stroke_width: '2', stroke_linecap: 'round', stroke_linejoin: 'round' ) { |s| s.path(d: 'M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7') } end end end end end
Version data entries
14 entries across 14 versions & 2 rubygems