Sha256: aeb7876cfdedc955a905be6e6b0f27e349fb6355c0de722d94bdf602f69e6c6d

Contents?: true

Size: 1.23 KB

Versions: 24

Compression:

Stored size: 1.23 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Dice5Fill < 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:
                '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 3H5ZM10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5ZM8.5 17C7.67157 17 7 16.3284 7 15.5C7 14.6716 7.67157 14 8.5 14C9.32843 14 10 14.6716 10 15.5C10 16.3284 9.32843 17 8.5 17ZM15.5 17C14.6716 17 14 16.3284 14 15.5C14 14.6716 14.6716 14 15.5 14C16.3284 14 17 14.6716 17 15.5C17 16.3284 16.3284 17 15.5 17ZM15.5 10C14.6716 10 14 9.32843 14 8.5C14 7.67157 14.6716 7 15.5 7C16.3284 7 17 7.67157 17 8.5C17 9.32843 16.3284 10 15.5 10ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/dice_5_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/dice_5_fill.rb