Sha256: 66c20b44e7f361f603b003cdda713542046a5edefebd862075b1362e31bc7ea6

Contents?: true

Size: 516 Bytes

Versions: 24

Compression:

Stored size: 516 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class SpamFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M17.5 2.5L23 12L17.5 21.5H6.5L1 12L6.5 2.5H17.5ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z'
            )
          end
        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/spam_fill.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/spam_fill.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/spam_fill.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/spam_fill.rb