Sha256: ee3caffbd9d8c217a376d9d0ff9d579a4a53edf51f30608ef9ab28d3324e466b

Contents?: true

Size: 632 Bytes

Versions: 14

Compression:

Stored size: 632 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CornerLeftUpFill < 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:
                'M10.0001 19.0001L19 19.0002L19 17.0002L12.0001 17.0001L12 9.41405H17.4142L11 2.99985L4.58578 9.41405L10 9.41406L10.0001 19.0001Z'
            )
          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_left_up_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/corner_left_up_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/corner_left_up_fill.rb