Sha256: f9ba21d9276bde92092210df1763208a9514648c98247241950381fbfb77b586

Contents?: true

Size: 808 Bytes

Versions: 24

Compression:

Stored size: 808 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CornerUpLeftDoubleLine < 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:
                'M20 10.0003L20.0001 19.0001L18.0001 19.0002L18 12.0002L11.8282 12.0002L15.7779 15.9499L14.3637 17.3641L7.99973 11.0001L14.3637 4.63617L15.7779 6.05038L11.8281 10.0002L20 10.0003ZM8.74955 4.63617L10.1638 6.05038L5.21402 11.0001L10.1638 15.9499L8.74955 17.3641L2.38559 11.0001L8.74955 4.63617Z'
            )
          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/corner_up_left_double_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/corner_up_left_double_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/corner_up_left_double_line.rb