Sha256: 2e49aa82bb5fa7c1aab7a520178c7761bf923f238d4ebe02b640926e06d5f226

Contents?: true

Size: 969 Bytes

Versions: 14

Compression:

Stored size: 969 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class AppsFill < 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:
                'M6.75 2.5C9.09721 2.5 11 4.40279 11 6.75V11H6.75C4.40279 11 2.5 9.09721 2.5 6.75C2.5 4.40279 4.40279 2.5 6.75 2.5ZM6.75 13H11V17.25C11 19.5972 9.09721 21.5 6.75 21.5C4.40279 21.5 2.5 19.5972 2.5 17.25C2.5 14.9028 4.40279 13 6.75 13ZM17.25 2.5C19.5972 2.5 21.5 4.40279 21.5 6.75C21.5 9.09721 19.5972 11 17.25 11H13V6.75C13 4.40279 14.9028 2.5 17.25 2.5ZM13 13H17.25C19.5972 13 21.5 14.9028 21.5 17.25C21.5 19.5972 19.5972 21.5 17.25 21.5C14.9028 21.5 13 19.5972 13 17.25V13Z'
            )
          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/apps_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/apps_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/apps_fill.rb