@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 624 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"role":"img","viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"title","attr":{},"content":"Codeforces icon"},{"tag":"path","attr":{"d":"M4.5 7.5C5.328 7.5 6 8.172 6 9v10.5c0 .828-.672 1.5-1.5 1.5h-3C.673 21 0 20.328 0 19.5V9c0-.828.673-1.5 1.5-1.5h3zm9-4.5c.828 0 1.5.672 1.5 1.5v15c0 .828-.672 1.5-1.5 1.5h-3c-.827 0-1.5-.672-1.5-1.5v-15c0-.828.673-1.5 1.5-1.5h3zm9 7.5c.828 0 1.5.672 1.5 1.5v7.5c0 .828-.672 1.5-1.5 1.5h-3c-.828 0-1.5-.672-1.5-1.5V12c0-.828.672-1.5 1.5-1.5h3z"}}]})(props);
};