san-awesome
Version:
Font Awesome component for San, using inline SVG.
17 lines (13 loc) • 424 B
JavaScript
;
var _Icon = require('../../components/Icon');
var _Icon2 = _interopRequireDefault(_Icon);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
_Icon2.default.register({
'brands/yandex-international': {
width: 320,
height: 512,
paths: [{
d: 'M129.5 512v-166.1l-111-297.9h55.8l81.8 229.7 94.1-277.7h51.3l-120.7 347.8v164.2h-51.3z'
}]
}
});