Sha256: ed74d580009a62baf3fd4cf911c913393e499f945553ef4406f904589e74e98c

Contents?: true

Size: 1.4 KB

Versions: 12

Compression:

Stored size: 1.4 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandRust < 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:
                'M10.139 3.463c.473 -1.95 3.249 -1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714 -1.045 3.678 .918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95 .473 1.95 3.249 0 3.722a1.916 1.916 0 0 0 -1.185 2.859c1.045 1.714 -.918 3.678 -2.633 2.633a1.916 1.916 0 0 0 -2.858 1.184c-.473 1.95 -3.249 1.95 -3.722 0a1.916 1.916 0 0 0 -2.859 -1.185c-1.714 1.045 -3.678 -.918 -2.633 -2.633a1.916 1.916 0 0 0 -1.184 -2.858c-1.95 -.473 -1.95 -3.249 0 -3.722a1.916 1.916 0 0 0 1.185 -2.859c-1.045 -1.714 .918 -3.678 2.633 -2.633a1.914 1.914 0 0 0 2.858 -1.184z'
            )
            s.path(d: 'M8 12h6a2 2 0 1 0 0 -4h-6v8v-4z')
            s.path(d: 'M19 16h-2a2 2 0 0 1 -2 -2a2 2 0 0 0 -2 -2h-1')
            s.path(d: 'M9 8h-4')
            s.path(d: 'M5 16h4')
          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/brand_rust.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_rust.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_rust.rb