Sha256: 41f15e4e25468caed50a8af5ab17128191f2a0118a0a9194463a8311e10f97b4

Contents?: true

Size: 1.15 KB

Versions: 12

Compression:

Stored size: 1.15 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandCakephp < 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 11l8 2c1.361 -.545 2 -1.248 2 -2v-3.8c0 -1.765 -4.479 -3.2 -10.002 -3.2c-5.522 0 -9.998 1.435 -9.998 3.2v2.8c0 1.766 4.478 4 10 4v-3z'
            )
            s.path(
              d:
                'M12 14v3l8 2c1.362 -.547 2 -1.246 2 -2v-3c0 .754 -.638 1.453 -2 2l-8 -2z'
            )
            s.path(
              d: 'M2 17c0 1.766 4.476 3 9.998 3l.002 -3c-5.522 0 -10 -1.734 -10 -3.5v3.5z'
            )
            s.path(d: 'M2 10v4')
            s.path(d: 'M22 10v4')
          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_cakephp.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_cakephp.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_cakephp.rb