Sha256: f1dd75749be08bb76a29bbbb641c7f547fe71496f6ac6c795f5eb8c60ae39f9c

Contents?: true

Size: 1.37 KB

Versions: 18

Compression:

Stored size: 1.37 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Bezier < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'
            )
            s.path(
              d:
                'M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.52 6.52 0 0 0 1.814 9H2.5q.186 0 .358.043a5.52 5.52 0 0 1 3.185-3.185A1.5 1.5 0 0 1 6 5.5zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.52 6.52 0 0 1 2.72 3.5H13.5q-.185 0-.358.043a5.52 5.52 0 0 0-3.185-3.185'
            )
          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/bezier.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/bezier.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/bezier.rb