react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 528 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.briefcase = void 0;
var briefcase = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0c-.55 0-1 .45-1 1v1h-1.91c-.06 0-.09.04-.09.09v2.41c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-2.41c0-.06-.04-.09-.09-.09h-1.91v-1c0-.55-.45-1-1-1h-2zm0 1h2v1h-2v-1zm-3 4.91v2c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-2c-.16.06-.32.09-.5.09h-7c-.18 0-.34-.04-.5-.09z"
}
}]
};
exports.briefcase = briefcase;
;