Sha256: 8fde105a4661754d71eb2e2ff81c9672d6f41600c2276cc3bc4714d3c7497845

Contents?: true

Size: 1.38 KB

Versions: 25

Compression:

Stored size: 1.38 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Bezier < 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(
              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

25 entries across 25 versions & 2 rubygems

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