Sha256: f89994a0c5edf35ac2dba83da62bc26383ac5e378ce0181819d3b391b6b81644

Contents?: true

Size: 626 Bytes

Versions: 24

Compression:

Stored size: 626 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowDropRightLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/arrow_drop_right_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/arrow_drop_right_line.rb