Sha256: d5f1181247831ab62ee4c006281a54be84c629ddf0a7cb374bfad6cebff5d4a4

Contents?: true

Size: 1.61 KB

Versions: 18

Compression:

Stored size: 1.61 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class ArrowBigRightLines < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z'
            )
            s.path(
              d:
                'M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z'
            )
            s.path(
              d:
                'M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z'
            )
          end
        end

        def outline
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3z'
            )
            s.path(d: 'M3 9v6')
            s.path(d: 'M6 9v6')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.8.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.8.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.7.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.7.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/arrow_big_right_lines.rb