react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 443 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pause = void 0;
var pause = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14.5c-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5 6.5 2.91 6.5 6.5-2.91 6.5-6.5 6.5zM5 5h2v6h-2zM9 5h2v6h-2z"
}
}]
};
exports.pause = pause;
;