Sha256: 3ad39be602fe46af6f98bc45fd6115e93a2a089ba3bd2a8e708b82e28de5d9d1

Contents?: true

Size: 806 Bytes

Versions: 18

Compression:

Stored size: 806 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CodeSlash < 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.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0m6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-1.8.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/code_slash.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/code_slash.rb