react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 604 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pauseCircle = void 0;
var pauseCircle = {
"viewBox": "0 0 1536 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M704 1184v-576q0-14-9-23t-23-9h-256q-14 0-23 9t-9 23v576q0 14 9 23t23 9h256q14 0 23-9t9-23zM1152 1184v-576q0-14-9-23t-23-9h-256q-14 0-23 9t-9 23v576q0 14 9 23t23 9h256q14 0 23-9t9-23zM1536 896q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"
}
}]
};
exports.pauseCircle = pauseCircle;
;