@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 1.18 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 ArrowCircleDown = createMeisterIcons("arrow-circle-down", [["path", { "fill": "currentColor", "d": "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25", "key": "31e95e1b9909768ea44c79e621ea717f0b3e7464", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M12 8.25a.75.75 0 0 1 .75.75v6.6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75", "key": "ed027bcf2b2349b546c35409fd5749312670e220", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M15.53 12.47a.75.75 0 0 1 0 1.06l-2.5 2.5a1.233 1.233 0 0 1-1.76 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l2.32 2.32 2.32-2.32a.75.75 0 0 1 1.06 0", "key": "c8b648c75c421f2375996c60aa80bf8004805e32", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { ArrowCircleDown as default };
//# sourceMappingURL=ArrowCircleDown.js.map