@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 969 B
JavaScript
;
/**
* @license @meistericons/react v0.21.1 - ISC
* The source code is licensed under the ISC license.
* See the root directory for the LICENSE file.
*/
import createMeisterIcons from '../createMeisterIcons.js';
const CrossSquare = createMeisterIcons("cross-square", [["path", { "fill": "currentColor", "d": "M9 3.75C6.114 3.75 3.75 6.114 3.75 9v6c0 2.886 2.364 5.25 5.25 5.25h6c2.886 0 5.25-2.364 5.25-5.25V9c0-2.886-2.364-5.25-5.25-5.25zM2.25 9c0-3.714 3.036-6.75 6.75-6.75h6c3.714 0 6.75 3.036 6.75 6.75v6c0 3.714-3.036 6.75-6.75 6.75H9c-3.714 0-6.75-3.036-6.75-6.75zm7.02.27a.75.75 0 0 1 1.06 0l1.62 1.62 1.62-1.62a.75.75 0 1 1 1.06 1.06l-1.62 1.62 1.62 1.62a.75.75 0 1 1-1.06 1.06l-1.62-1.62-1.62 1.62a.75.75 0 0 1-1.06-1.06l1.62-1.62-1.62-1.62a.75.75 0 0 1 0-1.06", "key": "325dd50160cf9589f40ba42babe79fa192ac1abe", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { CrossSquare as default };
//# sourceMappingURL=CrossSquare.js.map