Sha256: 03c3a04c564628dba239334bcdf9eeb407ff9b5cccba3fc2ad66ba33577a7701

Contents?: true

Size: 674 Bytes

Versions: 14

Compression:

Stored size: 674 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CornerDownLeftLine < 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:
                'M19.0001 13.9999L19.0002 5L17.0002 4.99997L17.0001 11.9999L6.8283 12L10.778 8.05024L9.36381 6.63603L2.99985 13L9.36381 19.364L10.778 17.9497L6.82825 14L19.0001 13.9999Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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