Sha256: 60178e6a9fe458d259468fed0239aa281fd1aa34fc89764aea6b542e80dbf8fa

Contents?: true

Size: 835 Bytes

Versions: 14

Compression:

Stored size: 835 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class BrandOkRu < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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: 'M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M20 12c0 8 0 8 -8 8s-8 0 -8 -8s0 -8 8 -8s8 0 8 8z')
            s.path(d: 'M9.5 13c1.333 .667 3.667 .667 5 0')
            s.path(d: 'M9.5 17l2.5 -3l2.5 3')
            s.path(d: 'M12 13.5v.5')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_ok_ru.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_ok_ru.rb