Sha256: 56ca316eb74b55748ca2de9ce75b2ee2afd54994226e73b4b76ce877c259406d

Contents?: true

Size: 959 Bytes

Versions: 25

Compression:

Stored size: 959 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CartXFill < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7.354 5.646 8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

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