Sha256: 784b87ffef92dd1b26e5f516c87fd2be0a7b636bf96a32d814954140f593a133

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 BrandSkype < 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 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z'
            )
            s.path(
              d:
                'M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -1 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 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_skype.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_skype.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_skype.rb