Sha256: a84641e284db13275416fdf827e6e8936f939eaf0782db538f3ce0fb415dc8b4

Contents?: true

Size: 531 Bytes

Versions: 18

Compression:

Stored size: 531 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowDownWideLine < 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 15.6315L20.9679 10.8838L20.0321 9.11619L12 13.3685L3.96788 9.11619L3.0321 10.8838L12 15.6315Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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