Sha256: 2bf8cdcb6139745f4ca643f0b8e1cb9f7c1508e620a12d4463e983306bbb229a

Contents?: true

Size: 842 Bytes

Versions: 3

Compression:

Stored size: 842 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Lucide
    class MicVocalIcon < Phlex::Lucide::Icon
      def view_template
        svg(
          xmlns: "http://www.w3.org/2000/svg",
          width: size,
          height: size,
          viewbox: "0 0 24 24",
          fill: "none",
          stroke: "currentColor",
          stroke_width: "2",
          stroke_linecap: "round",
          stroke_linejoin: "round",
          **props
        ) do |s|
          s.path(
            d:
              "m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12"
          )
          s.path(
            d:
              "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5"
          )
          s.circle(cx: "16", cy: "7", r: "5")
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phlex-lucide-0.428.0 lib/phlex/lucide/icons/mic_vocal_icon.rb
phlex-lucide-0.427.1 lib/phlex/lucide/icons/mic_vocal_icon.rb
phlex-lucide-0.427.0 lib/phlex/lucide/icons/mic_vocal_icon.rb