Sha256: 9a525514df34ce168a8b373ec0a8d2e6ac6fa669d180f8772db6ce8a95a806ab

Contents?: true

Size: 975 Bytes

Versions: 14

Compression:

Stored size: 975 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CartCheck < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z'
            )
            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 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 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 0'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/cart_check.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/cart_check.rb