Sha256: 73bfcc6c191f5345cc6587c0d98f1fee25c8d9d1e18acc288b4a52168c7d6d29

Contents?: true

Size: 1.42 KB

Versions: 14

Compression:

Stored size: 1.42 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Dice6Fill < 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:
                'M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM9 9.5C8.17157 9.5 7.5 8.82843 7.5 8C7.5 7.17157 8.17157 6.5 9 6.5C9.82843 6.5 10.5 7.17157 10.5 8C10.5 8.82843 9.82843 9.5 9 9.5ZM10.5 12C10.5 12.8284 9.82843 13.5 9 13.5C8.17157 13.5 7.5 12.8284 7.5 12C7.5 11.1716 8.17157 10.5 9 10.5C9.82843 10.5 10.5 11.1716 10.5 12ZM10.5 16C10.5 16.8284 9.82843 17.5 9 17.5C8.17157 17.5 7.5 16.8284 7.5 16C7.5 15.1716 8.17157 14.5 9 14.5C9.82843 14.5 10.5 15.1716 10.5 16ZM15 9.5C14.1716 9.5 13.5 8.82843 13.5 8C13.5 7.17157 14.1716 6.5 15 6.5C15.8284 6.5 16.5 7.17157 16.5 8C16.5 8.82843 15.8284 9.5 15 9.5ZM16.5 12C16.5 12.8284 15.8284 13.5 15 13.5C14.1716 13.5 13.5 12.8284 13.5 12C13.5 11.1716 14.1716 10.5 15 10.5C15.8284 10.5 16.5 11.1716 16.5 12ZM16.5 16C16.5 16.8284 15.8284 17.5 15 17.5C14.1716 17.5 13.5 16.8284 13.5 16C13.5 15.1716 14.1716 14.5 15 14.5C15.8284 14.5 16.5 15.1716 16.5 16Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/dice_6_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/dice_6_fill.rb