Sha256: 9d1e6eb9ea143a95e70fb0e05b72dc5e2ba80477e2c060746e2441423a7e7525

Contents?: true

Size: 797 Bytes

Versions: 24

Compression:

Stored size: 797 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class KickLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M3 1.99976H11.0001V3.99974H13.0001V1.99976H21V9.99969H19V13.9996H21V21.9997H13.0001V19.9998H11.0001V21.9997H3V1.99976ZM13.0001 17.9998H15.0001V19.9997H19V15.9996H17V13.9997H15V9.99967H17V7.99969H19V3.99976H15.0001V5.99974H13.0001V7.99972H9.0001V3.99976H5V19.9997H9.0001V15.9998H13.0001V17.9998Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/kick_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/kick_line.rb