@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 586 B
JavaScript
//#region virtual:run/16.js
const Run16 = require("../utils-BpydAK29.cjs").createSVGComponent("Run16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z" }
},
{
"elem": "path",
"attrs": { "d": "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z" }
},
{
"elem": "path",
"attrs": { "d": "M19 19 19 25 24 22 19 19z" }
}
]);
//#endregion
module.exports = Run16;