@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 460 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.VscIssues = function VscIssues (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 16 16","fill":"currentColor"},"child":[{"tag":"path","attr":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.889 3.095a6.5 6.5 0 1 1 7.222 10.81A6.5 6.5 0 0 1 3.89 3.095zm.555 9.978a5.5 5.5 0 1 0 6.111-9.145 5.5 5.5 0 0 0-6.11 9.145zM8 5H7v5h1V5zm0 6H7v1h1v-1z"}}]})(props);
};