@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.96 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CoinShareMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.34614 8.82692C9.34614 5.6088 11.9549 3 15.1731 3C18.3911 3 21 5.6088 21 8.82692C21 12.045 18.3911 14.6538 15.1731 14.6538C11.9549 14.6538 9.34614 12.045 9.34614 8.82692ZM15.1731 4.5C12.7834 4.5 10.8461 6.43723 10.8461 8.82692C10.8461 11.2166 12.7834 13.1538 15.1731 13.1538C17.5627 13.1538 19.5 11.2166 19.5 8.82692C19.5 6.43723 17.5627 4.5 15.1731 4.5ZM2.99999 12.6346C2.99999 12.2204 3.33577 11.8846 3.74999 11.8846H7.14083C8.01299 11.8846 8.84941 12.2311 9.46613 12.8478L10.9438 14.3254C11.4863 14.8679 11.6692 15.6338 11.4928 16.3269H15.5961C17.1786 16.3269 18.4615 17.6098 18.4615 19.1923C18.4615 20.1907 17.6522 21 16.6539 21H8.47673C7.70747 21 6.96248 20.7304 6.37144 20.2377L3.26986 17.6531C2.95165 17.3879 2.90865 16.915 3.17382 16.5968C3.43899 16.2786 3.91191 16.2356 4.23012 16.5008L7.33178 19.0854C7.65313 19.3533 8.05832 19.5 8.47673 19.5H16.6539C16.8238 19.5 16.9615 19.3622 16.9615 19.1923C16.9615 18.4382 16.3502 17.8269 15.5961 17.8269H10.0258C9.32093 18.0232 8.53353 17.8442 7.97928 17.29L7.02735 16.338C6.73446 16.0451 6.73446 15.5703 7.02735 15.2774C7.32024 14.9845 7.79512 14.9845 8.08801 15.2774L9.03993 16.2293C9.03992 16.2293 9.03993 16.2293 9.03993 16.2293C9.20683 16.3962 9.44809 16.4434 9.6571 16.3711C9.65959 16.3702 9.66209 16.3693 9.6646 16.3684C9.74435 16.3396 9.81919 16.2932 9.88313 16.2293C10.1159 15.9965 10.116 15.6189 9.88312 15.3861L8.40547 13.9084C8.07006 13.573 7.61516 13.3846 7.14083 13.3846H3.74999C3.33577 13.3846 2.99999 13.0488 2.99999 12.6346Z", fill: "currentColor" }))); });
CoinShareMIcon.displayName = 'CoinShareMIcon';