Sha256: 8050fa14e233228a2341030e3a52c0c052c90d8200430b0862d52610b9c9193d

Contents?: true

Size: 721 Bytes

Versions: 4

Compression:

Stored size: 721 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ContractLeftRightLine < 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:
                'M18.7931 5.79285 12.586 12 18.7931 18.2071 20.2073 16.7928 15.4144 12 20.2073 7.20706 18.7931 5.79285ZM5.20697 18.2072 11.4141 12.0001 5.20697 5.793 3.79276 7.20721 8.58565 12.0001 3.79276 16.793 5.20697 18.2072Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/contract_left_right_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/contract_left_right_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/contract_left_right_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/contract_left_right_line.rb