Sha256: c17cc1beae6cd2dfb1d98b4921c041da5ce1327b80ce509d2c649bbf88ad8bae

Contents?: true

Size: 969 Bytes

Versions: 24

Compression:

Stored size: 969 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MoneyCnyCircleFill < 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:
                'M12.0049 22.0027C6.48204 22.0027 2.00488 17.5256 2.00488 12.0027C2.00488 6.4799 6.48204 2.00275 12.0049 2.00275C17.5277 2.00275 22.0049 6.4799 22.0049 12.0027C22.0049 17.5256 17.5277 22.0027 12.0049 22.0027ZM13.0049 13.0027V12.0027H16.0049V10.0027H13.4191L15.5404 7.88143L14.1262 6.46721L12.0049 8.58853L9.88356 6.46721L8.46935 7.88143L10.5907 10.0027H8.00488V12.0027H11.0049V13.0027H8.00488V15.0027H11.0049V17.0027H13.0049V15.0027H16.0049V13.0027H13.0049Z'
            )
          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/money_cny_circle_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/money_cny_circle_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/money_cny_circle_fill.rb