Sha256: 65f63d7c323ded27ee6f847aead6f5ce5fac456f1e27c7995e743b8d9d884eda

Contents?: true

Size: 615 Bytes

Versions: 18

Compression:

Stored size: 615 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowLeftUpFill < 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.3608 10.9468L18.0176 16.6037L16.6034 18.0179L10.9466 12.361L5.99683 17.3108V5.99707H17.3105L12.3608 10.9468Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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