@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 1.03 kB
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 CodeCircle = createMeisterIcons("code-circle", [["path", { "fill": "currentColor", "d": "M3.75 12.008A8.213 8.213 0 0 0 12 20.25 8.213 8.213 0 0 0 20.25 12 8.213 8.213 0 0 0 12 3.75c-4.475 0-8.154 3.655-8.25 8.258m-1.5-.023C2.358 6.591 6.678 2.25 12 2.25A9.713 9.713 0 0 1 21.75 12 9.713 9.713 0 0 1 12 21.75 9.713 9.713 0 0 1 2.25 12zM13.37 9.47a.75.75 0 0 1 1.06 0l1.4 1.4c.271.27.445.63.445 1.03s-.174.76-.444 1.03l-1.4 1.4a.75.75 0 0 1-1.061-1.06l1.37-1.37-1.37-1.37a.75.75 0 0 1 0-1.06m-2.64 1.16a.75.75 0 1 0-1.06-1.06l-1.4 1.4c-.27.27-.445.63-.445 1.03s.174.76.445 1.03l1.4 1.4a.75.75 0 1 0 1.06-1.06L9.36 12z", "key": "2400e052e837ee189f30ff38eb97c2fb284972cf", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { CodeCircle as default };
//# sourceMappingURL=CodeCircle.js.map