Sha256: e80b3363c43d84ae42f2d572612b5c37e68df35fd309e04f497b40473613668a

Contents?: true

Size: 387 Bytes

Versions: 14

Compression:

Stored size: 387 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowDropRightFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M14 12L10 16V8L14 12Z') }
        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_right_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/arrow_drop_right_fill.rb