@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
27 lines (26 loc) • 749 B
JavaScript
//#region virtual:reflect--horizontal/20.js
const ReflectHorizontal20 = require("../utils-BpydAK29.cjs").createSVGComponent("ReflectHorizontal20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M19.386,15.2105l9-7A1,1,0,0,1,30,9V23a1,1,0,0,1-1.614.79l-9-7a1,1,0,0,1,0-1.5791Z" }
},
{
"elem": "path",
"attrs": {
"d": "M15 2H17V30H15z",
"transform": "matrix(-1 0 0 -1 32 32)"
}
},
{
"elem": "path",
"attrs": { "d": "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z" }
}
]);
//#endregion
module.exports = ReflectHorizontal20;