Sha256: d1613c57536c758f35df4809af39d506bee84a76657cea026a9e3a366547c405

Contents?: true

Size: 946 Bytes

Versions: 12

Compression:

Stored size: 946 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class DropletCheck < 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.967 13.594a6.568 6.568 0 0 0 -.903 -2.717l-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.125 7.125 0 0 0 4.04 1.565'
            )
            s.path(d: 'M15 19l2 2l4 -4')
          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_check.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/droplet_check.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/droplet_check.rb