mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-11 07:26:15 +00:00
53f4783ffd
* I've moved the one remaining file in resources/ to modules/. The repo had both resources/ and modules/. * Class files are named after their class. * Files with init logic on a page are named init.js. * Files that only export re-usable classes for another module, are named index.js. Bug: T193826 Depends-On: If661c68bea069e99cfff35711efdde7805a12851 Change-Id: Ic8975d7ba349ba50f9039545d2eb8d912ccdce26
9 lines
839 B
XML
9 lines
839 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="2 2 20 20">
|
|
<g id="parameter-set">
|
|
<path id="offset-front" d="M6.517 11.019h3.987c.998 0 1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496h-3.987c-.998 0-1.496-.498-1.496-1.496v-2.991c0-.996.498-1.494 1.496-1.494zm-.498 4.485c0 .234.259.498.498.498h2.991v-4.002h-2.991c-.239 0-.498.279-.498.513v2.991z"/>
|
|
<path id="box-middle" d="M13.505 11.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 0 1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
|
|
<path id="box-back" d="M16.505 9.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 0 1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
|
|
</g>
|
|
</svg>
|