Sha256: 52596861e46837f688f4f0ac65884ffc891a5d7013a66a777f711e0b6afcfcb6
Contents?: true
Size: 506 Bytes
Versions: 18
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Remix class AlignBottom < Base def view_template svg( **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) do |s| s.path( d: 'M3 19H21V21H3V19ZM8 13H11L7 17L3 13H6V3H8V13ZM18 13H21L17 17L13 13H16V3H18V13Z' ) end end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems