Sha256: 11fd5ddeace3176eceead8046abb256770a971fe38dba806490b28e2cccc067a

Contents?: true

Size: 1.2 KB

Versions: 16

Compression:

Stored size: 1.2 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VkFill < 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:
                'M4.26 4.26C3 5.532 3 7.566 3 11.64V12.36C3 16.428 3 18.462 4.26 19.74C5.532 21 7.566 21 11.64 21H12.36C16.428 21 18.462 21 19.74 19.74C21 18.468 21 16.434 21 12.36V11.64C21 7.572 21 5.538 19.74 4.26C18.468 3 16.434 3 12.36 3H11.64C7.572 3 5.538 3 4.26 4.26ZM6.03613 8.47817H8.10013C8.16613 11.9102 9.67813 13.3622 10.8781 13.6622V8.47817H12.8161V11.4362C13.9981 11.3102 15.2461 9.96017 15.6661 8.47217H17.5981C17.4406 9.24243 17.1259 9.97193 16.6737 10.6151C16.2216 11.2582 15.6416 11.8012 14.9701 12.2102C15.7195 12.5831 16.3813 13.1107 16.9118 13.7582C17.4424 14.4056 17.8297 15.1581 18.0481 15.9662H15.9181C15.4621 14.5442 14.3221 13.4402 12.8161 13.2902V15.9662H12.5821H12.5761C8.47213 15.9662 6.13213 13.1582 6.03613 8.47817Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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