Sha256: fc0388b08e57916eda2361fbf1ebe14b45913bd66fc1b4832376740e13674a4e

Contents?: true

Size: 959 Bytes

Versions: 24

Compression:

Stored size: 959 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TreeFill < 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:
                'M18 7C18 7.2624 17.9832 7.52086 17.9505 7.77437C19.7712 8.80457 21 10.7588 21 13C21 16.3137 18.3137 19 15 19C14.2987 19 13.6256 18.8797 13 18.6586V22H11V18.4003C10.2499 18.7837 9.40022 19 8.5 19C5.46243 19 3 16.5376 3 13.5C3 12.0474 3.56312 10.7263 4.48297 9.74318C4.87725 10.8232 5.49744 11.7944 6.28576 12.5989L7.71424 11.1991C6.99071 10.4607 6.45705 9.53767 6.1906 8.50688C6.06607 8.02541 6 7.5204 6 7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7Z'
            )
          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/tree_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/tree_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/tree_fill.rb