Sha256: 279ffd9bb941e7a9f9ab81230d692066e96a6564ba7cbe8d9dec9bb8c7881cbf

Contents?: true

Size: 931 Bytes

Versions: 14

Compression:

Stored size: 931 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Tree < 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:
                'M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507'
            )
          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/tree.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/tree.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/tree.rb