Sha256: f409e0ef92d47af330c0e8b19f61247818ca2832fcfa974c88157d9b39ae0e2e

Contents?: true

Size: 1020 Bytes

Versions: 25

Compression:

Stored size: 1020 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Bootstrap < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377z'
            )
            s.path(
              d:
                'M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/bootstrap.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/bootstrap.rb