Sha256: 6f245561f574b1ee427ba5a0b771132281ab0eefd692809a09bf5bdbb39ca1d1

Contents?: true

Size: 529 Bytes

Versions: 12

Compression:

Stored size: 529 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowUpWideLine < 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

12 entries across 12 versions & 2 rubygems

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