Sha256: 1520bc2d449f81409256aae7f983aa1dbdb0e70e5919e47ce03e4bf19056e3bf

Contents?: true

Size: 1.02 KB

Versions: 12

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandOauth < 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 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0')
            s.path(
              d:
                'M12.556 6c.65 0 1.235 .373 1.508 .947l2.839 7.848a1.646 1.646 0 0 1 -1.01 2.108a1.673 1.673 0 0 1 -2.068 -.851l-.46 -1.052h-2.73l-.398 .905a1.67 1.67 0 0 1 -1.977 1.045l-.153 -.047a1.647 1.647 0 0 1 -1.056 -1.956l2.824 -7.852a1.664 1.664 0 0 1 1.409 -1.087l1.272 -.008z'
            )
          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_oauth.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_oauth.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_oauth.rb