Sha256: b01a0798961994a361a2ae7241ca8fbaa87c79283613d05a925b518bf1852011

Contents?: true

Size: 1020 Bytes

Versions: 18

Compression:

Stored size: 1020 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class UserUnfollowLine < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M14 14.252V16.3414C13.3744 16.1203 12.7013 16 12 16C8.68629 16 6 18.6863 6 22H4C4 17.5817 7.58172 14 12 14C12.6906 14 13.3608 14.0875 14 14.252ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM19 17.5858L21.1213 15.4645L22.5355 16.8787L20.4142 19L22.5355 21.1213L21.1213 22.5355L19 20.4142L16.8787 22.5355L15.4645 21.1213L17.5858 19L15.4645 16.8787L16.8787 15.4645L19 17.5858Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/user_unfollow_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/user_unfollow_line.rb