Sha256: 91737c435a45001850cba2fb5d5011c67c68180959112276419316998238f2e9

Contents?: true

Size: 1 KB

Versions: 14

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class FileEasel < 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.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z'
            )
            s.path(
              d:
                'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1'
            )
          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_easel.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/file_easel.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/file_easel.rb