Sha256: 9e12d17c5e3f08bfe2a055293750af6a26222d34fa92ade5ead8d1300c5b39b8

Contents?: true

Size: 972 Bytes

Versions: 14

Compression:

Stored size: 972 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class FileEarmarkBarGraph < 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:
                'M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z'
            )
            s.path(
              d:
                'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'
            )
          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/file_earmark_bar_graph.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/file_earmark_bar_graph.rb