Sha256: 5306adf0ea355f5a05063662a56126449a57aaa193da64a33d1789482b910ed8

Contents?: true

Size: 1.96 KB

Versions: 12

Compression:

Stored size: 1.96 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class HelpSquareRounded < Base
        def filled
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z'
            )
          end
        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: 'M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z')
            s.path(d: 'M12 16v.01')
            s.path(d: 'M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483')
          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/help_square_rounded.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/help_square_rounded.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/help_square_rounded.rb