Sha256: fad8f8dc95a3717b6dc79197714f0eed0d03855a779345fff01511e471e2d5fc

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class AlphabetThai < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            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:
                'M8 18v-3.444c0 -.49 .165 -.924 .494 -1.363c.326 -.449 1.009 -.76 1.506 -.934c.032 -.011 .035 -.079 .004 -.095c-.434 -.22 -1.294 -.52 -1.626 -1.032l-.014 -.021l-.083 -.125c-.281 -.42 -.281 -1.246 -.281 -1.246c0 -1.456 .849 -2.62 1.837 -3.199q .9 -.54 2.137 -.541q 1.077 0 1.995 .47c1.328 .647 2.031 2.202 2.031 3.976v7.554'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/alphabet_thai.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/alphabet_thai.rb