Sha256: 880cd523a696add039be17303d29fd1ad050e38c681c7ce8716688eebc7655a5

Contents?: true

Size: 677 Bytes

Versions: 14

Compression:

Stored size: 677 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CodeSFill < 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:
                'M24 12L18.3431 17.6568L16.9289 16.2426L21.1716 12L16.9289 7.75735L18.3431 6.34314L24 12ZM2.82843 12L7.07107 16.2426L5.65685 17.6568L0 12L5.65685 6.34314L7.07107 7.75735L2.82843 12Z'
            )
          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/code_s_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/code_s_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/code_s_fill.rb