react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 409 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.withPlus = void 0;
var withPlus = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M10,1.6c-4.639,0-8.4,3.761-8.4,8.4c0,4.639,3.761,8.4,8.4,8.4s8.4-3.761,8.4-8.4C18.4,5.361,14.639,1.6,10,1.6z M15,11h-4\r\n\tv4H9v-4H5V9h4V5h2v4h4V11z"
}
}]
};
exports.withPlus = withPlus;
;