Sha256: 203e3bdbc003ba6f4a016b8eb9ca4c56960e89833e7e7f22abda5a212b826e12
Contents?: true
Size: 409 Bytes
Versions: 18
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Bootstrap class EggFill < Base def view_template svg( **attrs, xmlns: 'http://www.w3.org/2000/svg', fill: 'currentColor', viewbox: '0 0 16 16' ) { |s| s.path(d: 'M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems