Sha256: de4c4410973550d230564b6e0c91ed0cfe8d05aa71a23ca28e78d5134d753a93

Contents?: true

Size: 843 Bytes

Versions: 14

Compression:

Stored size: 843 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Mailbox < 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:
                'M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3m0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4m2.646 1A4 4 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3z'
            )
            s.path(
              d:
                'M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 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/mailbox.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/mailbox.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/mailbox.rb