Sha256: 9c461c84b2bc2221e9ae987c50ea8c77d9cdbd3a0c9087f647bcffb4d0b45d36

Contents?: true

Size: 384 Bytes

Versions: 14

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowDropUpFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M12 10L16 14H8L12 10Z') }
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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