Sha256: 8e102cb127ffdfa733ae9ac30aaa45262f010d3082275778f9313b3496076ff4

Contents?: true

Size: 975 Bytes

Versions: 12

Compression:

Stored size: 975 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class DropletX < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M18.953 13.467a6.572 6.572 0 0 0 -.889 -2.59l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.179 7.179 0 0 0 5.633 1.49'
            )
            s.path(d: 'M22 22l-5 -5')
            s.path(d: 'M17 22l5 -5')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/droplet_x.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/droplet_x.rb