Sha256: 75cca254bddfa73641ec2a5e929dc7f699168dd9a526a38eb951ace3ef227735

Contents?: true

Size: 1.18 KB

Versions: 12

Compression:

Stored size: 1.18 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandReddit < 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:
                'M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z'
            )
            s.path(d: 'M12 8l1 -5l6 1')
            s.path(d: 'M19 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0')
            s.circle(cx: '9', cy: '13', r: '.5', fill: 'currentColor')
            s.circle(cx: '15', cy: '13', r: '.5', fill: 'currentColor')
            s.path(d: 'M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5')
          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_reddit.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_reddit.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_reddit.rb