Sha256: b69a259ed4caeae5d9cfe6176f58c239488eb3402f3b9af6f0ce1dd2d9345c7d

Contents?: true

Size: 634 Bytes

Versions: 14

Compression:

Stored size: 634 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CornerLeftDownFill < 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 4.99989L19 4.99976L19 6.99976L12.0001 6.99986L12 14.5859H17.4142L11 21.0001L4.58578 14.5859L10 14.5859L10.0001 4.99989Z'
            )
          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_down_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/corner_left_down_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/corner_left_down_fill.rb