@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 858 B
JavaScript
//#region virtual:location--hazard/16.js
const LocationHazard16 = require("../utils-BpydAK29.cjs").createSVGComponent("LocationHazard16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "circle",
"attrs": {
"cx": "16",
"cy": "20.5",
"r": "1.5"
}
},
{
"elem": "path",
"attrs": { "d": "M15 7H17V16H15z" }
},
{
"elem": "path",
"attrs": { "d": "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }
}
]);
//#endregion
module.exports = LocationHazard16;