Sha256: 8cb1c2cf9fd27428f72d55a9eb3a8a254ab9a530f7f76f81ede351f5c418312b

Contents?: true

Size: 529 Bytes

Versions: 14

Compression:

Stored size: 529 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowUpWideFill < 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:
                'M12 8.36853L20.9679 13.1162L20.0321 14.8838L12 10.6315L3.9679 14.8838L3.03212 13.1162L12 8.36853Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_up_wide_fill.rb