react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 739 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dotLine = void 0;
var dotLine = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472\r\n\tc-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M384,176v-48h-48v36.703L164.688,336H128v48h48v-36.688L347.328,176H384z M352,144\r\n\th16v16h-16V144z M160,368h-16v-16h16V368z"
},
"children": []
}]
};
exports.dotLine = dotLine;
;