@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
22 lines (21 loc) • 702 B
JavaScript
//#region virtual:location--filled/20.js
const LocationFilled20 = require("../utils-BpydAK29.cjs").createSVGComponent("LocationFilled20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z" }
}, {
"elem": "circle",
"attrs": {
"cx": "16",
"cy": "13",
"r": "4",
"fill": "none"
}
}]);
//#endregion
module.exports = LocationFilled20;