Sha256: e427eed4ec7e46e3f65cf82dc8bfc0242d2b34786f9b8efe63a85dcd5eca4e82

Contents?: true

Size: 1008 Bytes

Versions: 12

Compression:

Stored size: 1008 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BracesOff < 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:
                'M5.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2'
            )
            s.path(
              d:
                'M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179'
            )
            s.path(d: 'M3 3l18 18')
          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/braces_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/braces_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/braces_off.rb