@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
27 lines (26 loc) • 735 B
JavaScript
//#region virtual:reflect--vertical/20.js
const ReflectVertical20 = require("../utils-BpydAK29.cjs").createSVGComponent("ReflectVertical20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M16.79,19.386l7,9A1,1,0,0,1,23,30H9a1,1,0,0,1-.79-1.614l7-9a1,1,0,0,1,1.5791,0Z" }
},
{
"elem": "path",
"attrs": {
"d": "M15 2H17V30H15z",
"transform": "rotate(-90 16 16)"
}
},
{
"elem": "path",
"attrs": { "d": "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z" }
}
]);
//#endregion
module.exports = ReflectVertical20;