Sha256: c20b0492363fbb78e693c4742630056b3f4a36c34a5ab78d378c6e533b457d6a

Contents?: true

Size: 414 Bytes

Versions: 24

Compression:

Stored size: 414 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class HexagonFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M17.5 2.5L23 12L17.5 21.5H6.5L1 12L6.5 2.5H17.5Z') }
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-0.5.0 lib/phlex/icons/remix/hexagon_fill.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/hexagon_fill.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/hexagon_fill.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/hexagon_fill.rb