@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 585 B
JavaScript
//#region virtual:property-relationship/16.js
const PropertyRelationship16 = require("../utils-BpydAK29.cjs").createSVGComponent("PropertyRelationship16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M30 16 22 24 20.6 22.6 27.2 16 20.6 9.4 22 8z" }
},
{
"elem": "path",
"attrs": { "d": "M12 15H20V17H12z" }
},
{
"elem": "path",
"attrs": { "d": "M2 16 10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z" }
}
]);
//#endregion
module.exports = PropertyRelationship16;