Sha256: 1e381b0cfe0657171dc7c851c8dde492f5c9d296f4ee795f2024c5ca0d0c9964

Contents?: true

Size: 1.13 KB

Versions: 12

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class CakeOff < 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: 'M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17')
            s.path(
              d:
                'M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197'
            )
            s.path(
              d:
                'M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19'
            )
            s.path(d: 'M3 3l18 18')
          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/cake_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/cake_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/cake_off.rb