Sha256: 1f8eaeb5f12747e2d84afb92b01d197f5fd4d119b19353d0b1c88118a7c4d3c4

Contents?: true

Size: 1.25 KB

Versions: 12

Compression:

Stored size: 1.25 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandFirefox < 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:
                'M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647'
            )
            s.path(
              d:
                'M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -1 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75'
            )
          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_firefox.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_firefox.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_firefox.rb