@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
25 lines (24 loc) • 451 B
JavaScript
//#region virtual:logo--flickr/32.js
const LogoFlickr32 = require("../utils-BpydAK29.cjs").createSVGComponent("LogoFlickr32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "circle",
"attrs": {
"cx": "8",
"cy": "16",
"r": "6"
}
}, {
"elem": "circle",
"attrs": {
"cx": "24",
"cy": "16",
"r": "6"
}
}]);
//#endregion
module.exports = LogoFlickr32;