@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 666 B
JavaScript
//#region virtual:run--mirror/20.js
const RunMirror20 = require("../utils-BpydAK29.cjs").createSVGComponent("RunMirror20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M9 19 9 25 14 22z" }
},
{
"elem": "path",
"attrs": { "d": "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z" }
},
{
"elem": "path",
"attrs": { "d": "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z" }
}
]);
//#endregion
module.exports = RunMirror20;