react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 393 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.video = void 0;
var video = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.5 0c-.28 0-.5.23-.5.5v4c0 .28.23.5.5.5h5c.28 0 .5-.22.5-.5v-1.5l1 1h1v-3h-1l-1 1v-1.5c0-.28-.22-.5-.5-.5h-5z",
"transform": "translate(0 1)"
}
}]
};
exports.video = video;
;