Sha256: 3d3c9defa7bc4c88b7d5e3957971773477f9c8ef7afd2dd94f41ff7c6c557846

Contents?: true

Size: 1.3 KB

Versions: 24

Compression:

Stored size: 1.3 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class XingFill < 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.4619 3.23071C20.6158 3.23071 20.7696 3.30764 20.8465 3.38456C20.9235 3.53841 20.9235 3.69225 20.8465 3.8461L14.7696 14.6153L18.6158 21.6923C18.6927 21.8461 18.6927 21.9999 18.6158 22.1538C18.5388 22.2307 18.385 22.3076 18.2311 22.3076H15.4619C15.0773 22.3076 14.8465 21.9999 14.6927 21.7692L10.7696 14.6153C11.0004 14.3076 16.9235 3.76917 16.9235 3.76917C17.0773 3.46148 17.3081 3.23071 17.6927 3.23071H20.4619ZM8.92345 6.99994C9.30807 6.99994 9.53884 7.30764 9.69268 7.53841L11.6158 10.8461C11.4619 10.9999 8.61576 16.0769 8.61576 16.0769C8.46191 16.3076 8.23114 16.6153 7.84653 16.6153H5.15422C5.00038 16.6153 4.84653 16.5384 4.76961 16.4615C4.69268 16.3076 4.69268 16.1538 4.76961 15.9999L7.61576 10.8461L5.76961 7.61533C5.69268 7.46148 5.69268 7.30764 5.76961 7.15379C5.84653 7.07687 6.00038 6.99994 6.15422 6.99994H8.92345Z'
            )
          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/xing_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/xing_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/xing_fill.rb