Sha256: 4dc74753c80b4206ccb7b38153e942b8fcb61fc9037454bfdf7032ead06157a1

Contents?: true

Size: 742 Bytes

Versions: 24

Compression:

Stored size: 742 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Dice1Fill < 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 3H5ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z'
            )
          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_1_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/dice_1_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/dice_1_fill.rb