Sha256: 219903bc66e51ab8f30666241999528a1cc6a16ad8d1c4610297fee43a5746d9

Contents?: true

Size: 1.24 KB

Versions: 24

Compression:

Stored size: 1.24 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CommandFill < 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:
                'M10 8H14V6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5C21 8.433 19.433 10 17.5 10H16V14H17.5C19.433 14 21 15.567 21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5V16H10V17.5C10 19.433 8.433 21 6.5 21C4.567 21 3 19.433 3 17.5C3 15.567 4.567 14 6.5 14H8V10H6.5C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5V8ZM8 8V6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8H8ZM8 16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19C7.32843 19 8 18.3284 8 17.5V16ZM16 8H17.5C18.3284 8 19 7.32843 19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5V8ZM16 16V17.5C16 18.3284 16.6716 19 17.5 19C18.3284 19 19 18.3284 19 17.5C19 16.6716 18.3284 16 17.5 16H16ZM10 10V14H14V10H10Z'
            )
          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/command_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/command_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/command_fill.rb