react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 470 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.calculator = void 0;
var calculator = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.09 0c-.06 0-.09.04-.09.09v7.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-7.81c0-.06-.04-.09-.09-.09h-6.81zm.91 1h5v2h-5v-2zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v3h-1v-3zm-4 2h1v1h-1v-1zm2 0h1v1h-1v-1z"
}
}]
};
exports.calculator = calculator;
;