Sha256: 9909ee48f7315fd855f32377549bf8c0b4c3b623333bf3df1812bdd126f8c766

Contents?: true

Size: 969 Bytes

Versions: 12

Compression:

Stored size: 969 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandBooking < 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 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z'
            )
            s.path(
              d: 'M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5'
            )
            s.path(d: 'M16 16l.01 0')
          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_booking.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_booking.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_booking.rb