UNPKG

@navinc/base-react-components

Version:
4 lines 1.77 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Party = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:party" }, props, { children: _jsx("path", { d: "M12,8 C11.5551785,8 11.1329685,7.90318869 10.7532906,7.72948675 L8.52861741,12.1788332 C9.28339639,11.858451 12.2307739,10.3633423 13.6890693,8.6142065 L13.2467094,7.72948675 C12.8670315,7.90318869 12.4448215,8 12,8 Z M20.8944272,18.5527864 C21.0982626,18.9604573 21.0006408,19.4543815 20.6570416,19.7538544 C20.5444824,19.8519582 17.9155219,21.9964587 12.0005987,21.9999998 C6.08567545,22.0035409 3.45396119,19.8509349 3.34168284,19.7527407 C2.99906572,19.4531013 2.90201926,18.9598935 3.10557281,18.5527864 L9.26484448,6.23424306 C9.09470634,5.85779824 9,5.43995905 9,5 C9,3.34314575 10.3431458,2 12,2 C13.6568542,2 15,3.34314575 15,5 C15,5.43995905 14.9052937,5.85779824 14.7351555,6.23424306 L20.8944272,18.5527864 Z M16.4139832,14.0640343 C15.44283,14.9971196 12.7099609,17.4428711 6.26092386,19.0845299 C7.37289591,19.512031 8.71692884,19.8133329 10.3100577,19.9371915 C10.3623309,19.915878 14.6366273,18.355896 17.2944721,15.8250122 L16.4139832,14.0640343 Z M15.3040981,19.735768 C17.0066147,19.5130615 18.7091312,18.6543303 18.7091312,18.6543303 L18.2233279,17.6827237 C17.6189688,18.2081397 16.6247559,18.9371948 15.3040981,19.735768 Z M7.24579264,14.7444827 L6.0826254,17.0708172 C7.67654416,16.681312 12.3310547,15.4230957 15.4678518,12.1717715 L14.6366273,10.5093226 C13.9010954,11.224659 11.1088433,13.65271 7.24579264,14.7444827 Z M13,5 C13,4.44771525 12.5522847,4 12,4 C11.4477153,4 11,4.44771525 11,5 C11,5.55228475 11.4477153,6 12,6 C12.5522847,6 13,5.55228475 13,5 Z" }) }))); export default Party; //# sourceMappingURL=party.js.map