react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 666 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.exclamationCircle = void 0;
var exclamationCircle = {
"viewBox": "0 0 1536 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M768 128q209 0 385.5 103t279.5 279.5 103 385.5-103 385.5-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103zM896 1375v-190q0-14-9-23.5t-22-9.5h-192q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zM894 1031l18-621q0-12-10-18-10-8-24-8h-220q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z"
}
}]
};
exports.exclamationCircle = exclamationCircle;
;