UNPKG

infinity-forge

Version:
9 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Checked = Checked; var jsx_runtime_1 = require("react/jsx-runtime"); function Checked(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '25px', height: '25px', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12.6111L8.92308 17.5L20 6.5', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round' }) })); } //# sourceMappingURL=icon-checked.js.map