react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 351 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.stop = void 0;
var stop = {
"viewBox": "0 0 1536 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1536 192v1408q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-1408q0-26 19-45t45-19h1408q26 0 45 19t19 45z"
}
}]
};
exports.stop = stop;
;