Sha256: 6d6d91847803105fda9e7b6a20bf2ec59840a458b53045dad67be2968e06243c

Contents?: true

Size: 1.14 KB

Versions: 24

Compression:

Stored size: 1.14 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class DoubleQuotesL < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M4.58341 17.3211C3.55316 16.2274 3 15 3 13.0103C3 9.51086 5.45651 6.37366 9.03059 4.82318L9.92328 6.20079C6.58804 8.00539 5.93618 10.346 5.67564 11.822C6.21263 11.5443 6.91558 11.4466 7.60471 11.5105C9.40908 11.6778 10.8312 13.159 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0095 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2274 13 15 13 13.0103C13 9.51086 15.4565 6.37366 19.0306 4.82318L19.9233 6.20079C16.588 8.00539 15.9362 10.346 15.6756 11.822C16.2126 11.5443 16.9156 11.4466 17.6047 11.5105C19.4091 11.6778 20.8312 13.159 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0095 14.5834 17.3211Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/double_quotes_l.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/double_quotes_l.rb