Sha256: 532dd2d142b83f1f0944d110993aba2b3d7c7062c3b8e150bdc54a05f93b2e30
Contents?: true
Size: 383 Bytes
Versions: 14
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Bootstrap class CircleFill < Base def view_template svg( **attrs, xmlns: 'http://www.w3.org/2000/svg', fill: 'currentColor', viewbox: '0 0 16 16' ) { |s| s.circle(cx: '8', cy: '8', r: '8') } end end end end end
Version data entries
14 entries across 14 versions & 2 rubygems