UNPKG

@theguild/components

Version:
6 lines (5 loc) 1.6 kB
import { jsx } from "react/jsx-runtime"; const SvgBard = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10.9608 16.3467C10.7077 16.9262 9.90582 16.9262 9.6528 16.3467L8.99456 14.8391C8.40878 13.4975 7.35442 12.4295 6.03922 11.8457L4.22743 11.0414C3.6514 10.7858 3.6514 9.94776 4.22743 9.69207L5.98264 8.91296C7.33165 8.31414 8.40493 7.20661 8.9807 5.81919L9.64748 4.21255C9.89489 3.61633 10.7187 3.61632 10.9661 4.21255L11.6329 5.81921C12.2086 7.20661 13.2819 8.31414 14.6309 8.91296L16.3862 9.69207C16.9622 9.94776 16.9622 10.7858 16.3862 11.0414L14.5744 11.8457C13.2592 12.4295 12.2048 13.4975 11.619 14.8391L10.9608 16.3467ZM6.40467 10.3668C8.11905 11.1278 9.51301 12.3786 10.3068 14.0997C11.1006 12.3786 12.4945 11.1278 14.2089 10.3668C12.4741 9.59668 11.0757 8.28485 10.3068 6.53316C9.53789 8.28486 8.1395 9.59668 6.40467 10.3668ZM17.5511 20.0174L17.7362 19.5932C18.0662 18.8367 18.6605 18.2344 19.4021 17.9049L19.9724 17.6515C20.2809 17.5144 20.2809 17.0662 19.9724 16.9292L19.4341 16.6899C18.6734 16.352 18.0683 15.7274 17.744 14.9452L17.5539 14.4867C17.4214 14.1672 16.9796 14.1672 16.8471 14.4867L16.6571 14.9452C16.3328 15.7274 15.7277 16.352 14.967 16.6899L14.4286 16.9292C14.1202 17.0662 14.1202 17.5144 14.4286 17.6515L14.9989 17.9049C15.7406 18.2344 16.3349 18.8367 16.6649 19.5932L16.85 20.0174C16.9855 20.328 17.4155 20.328 17.5511 20.0174ZM16.7809 17.2852L17.2028 16.8662L17.6159 17.2852L17.2028 17.6924L16.7809 17.2852Z" }) }); export { SvgBard as ReactComponent };