react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 425 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.quoteSerifLeft = void 0;
var quoteSerifLeft = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1zm5 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1z",
"transform": "translate(0 1)"
}
}]
};
exports.quoteSerifLeft = quoteSerifLeft;
;