UNPKG

infinity-forge

Version:
9 lines 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckListIcon = CheckListIcon; var jsx_runtime_1 = require("react/jsx-runtime"); function CheckListIcon(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 16 17', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M7.075 12.736a.516.516 0 0 1-.73 0L2.99 9.38a.516.516 0 0 1 0-.73l.73-.73a.516.516 0 0 1 .73 0l2.26 2.26 4.84-4.84a.516.516 0 0 1 .73 0l.73.73a.516.516 0 0 1 0 .73l-5.935 5.935zM8 .5a8 8 0 1 0 0 16 8 8 0 0 0 0-16z' }) }) }) })); } //# sourceMappingURL=icon-check.js.map