@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 1.08 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 CodeCircleVertical = createMeisterIcons("code-circle-vertical", [["path", { "fill": "currentColor", "d": "M11.992 3.75A8.213 8.213 0 0 0 3.75 12 8.213 8.213 0 0 0 12 20.25 8.213 8.213 0 0 0 20.25 12c0-4.47-3.75-8.154-8.258-8.25M2.25 12A9.713 9.713 0 0 1 12 2.25h.015c5.289.108 9.735 4.422 9.735 9.75A9.713 9.713 0 0 1 12 21.75 9.713 9.713 0 0 1 2.25 12m7.32 1.37a.75.75 0 0 1 1.06 0L12 14.74l1.37-1.37a.75.75 0 0 1 1.06 1.06l-1.4 1.4c-.27.271-.63.445-1.03.445s-.76-.174-1.03-.444l-1.4-1.4a.75.75 0 0 1 0-1.061m.96-2.64 1.37-1.37 1.37 1.37a.75.75 0 1 0 1.06-1.06l-1.4-1.4c-.27-.27-.63-.445-1.03-.445s-.76.174-1.03.445l-1.4 1.4a.75.75 0 1 0 1.06 1.06", "key": "55d00d1f78bb87e7958a18af9069c0b4d2dee3f4", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { CodeCircleVertical as default };
//# sourceMappingURL=CodeCircleVertical.js.map