react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 638 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pi = void 0;
var pi = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M18.707 8.535c-.391-.391-1.023-.391-1.414 0-1.264 1.264-3.321 1.264-4.586 0-2.045-2.044-5.371-2.042-7.414 0-.391.391-.391 1.023 0 1.414s1.023.391 1.414 0c.374-.374.82-.624 1.293-.776v7.827c0 .553.447 1 1 1s1-.447 1-1v-7.826c.472.152.919.401 1.293.775.768.767 1.715 1.245 2.707 1.437v5.614c0 .553.447 1 1 1s1-.447 1-1v-5.614c.992-.191 1.939-.67 2.707-1.437.391-.39.391-1.023 0-1.414z"
},
"children": []
}]
};
exports.pi = pi;
;