Sha256: 8e290313d399796b8c73b62556531517d30eba58a6d326a2c284ecb2d5394dbe

Contents?: true

Size: 1.7 KB

Versions: 12

Compression:

Stored size: 1.7 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class HexagonNumber1 < Base
        def filled
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm.952 5.803l-.084 .076l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114c-.083 -.777 -1.008 -1.16 -1.617 -.67z'
            )
          end
        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.27a2.225 2.225 0 0 1 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: 'M10 10l2 -2v8')
          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/hexagon_number_1.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/hexagon_number_1.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/hexagon_number_1.rb