Sha256: 44368838e0a19a7c834bdb7bce1202efff5a3f3a3cd44bf131d5655e9552217e

Contents?: true

Size: 1.4 KB

Versions: 12

Compression:

Stored size: 1.4 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandGooglePhotos < 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:
                'M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a.61 .61 0 0 1 -.426 -.173a.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z'
            )
            s.path(
              d:
                'M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z'
            )
            s.path(
              d:
                'M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a.61 .61 0 0 1 -.173 .431a.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z'
            )
            s.path(
              d:
                'M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a.61 .61 0 0 1 .175 -.428a.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z'
            )
          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_google_photos.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_google_photos.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_google_photos.rb