Sha256: b27c20f1a7a4bb4dd5fa0c97ba8b8d4461a6aea31803ab038fa7b8633b604d7c

Contents?: true

Size: 1.03 KB

Versions: 12

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandHexo < 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:
                'M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z'
            )
            s.path(d: 'M9 8v8')
            s.path(d: 'M15 8v8')
            s.path(d: 'M9 12h6')
          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/brand_hexo.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_hexo.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_hexo.rb