Sha256: 63be73d9fee3e3be0523b54481813a16b6621e63ef251fc3744a89c406a7c3d1

Contents?: true

Size: 1.21 KB

Versions: 25

Compression:

Stored size: 1.21 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Earbuds < 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:
                'M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.4 4.4 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.55.55 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563s-.561.994-.292 1.969.836 1.675 1.266 1.563m3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.4 4.4 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948m.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563s.561.994.292 1.969-.836 1.675-1.266 1.563'
            )
          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/earbuds.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/earbuds.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/earbuds.rb