UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.12 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconStarbursts = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.6615 4.6615L13.3587 5.56972C12.5145 5.90264 12.5145 7.09732 13.3587 7.43024L15.6615 8.33846L16.5697 10.6413C16.9026 11.4854 18.0973 11.4854 18.4302 10.6413L19.3384 8.33846L21.6412 7.43024C22.4854 7.09732 22.4854 5.90264 21.6412 5.56972L19.3384 4.6615L18.4302 2.3587C18.0973 1.51455 16.9026 1.51455 16.5697 2.3587L15.6615 4.6615ZM18.1821 5.81788L17.5 4.08839L16.8179 5.81788L15.0884 6.49998L16.8179 7.18208L17.5 8.91157L18.1821 7.18208L19.9116 6.49998L18.1821 5.81788Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.6615 15.6615L13.3587 16.5697C12.5145 16.9026 12.5145 18.0973 13.3587 18.4302L15.6615 19.3385L16.5697 21.6413C16.9026 22.4854 18.0973 22.4854 18.4302 21.6413L19.3384 19.3385L21.6412 18.4302C22.4854 18.0973 22.4854 16.9026 21.6412 16.5697L19.3384 15.6615L18.4302 13.3587C18.0973 12.5146 16.9026 12.5146 16.5697 13.3587L15.6615 15.6615ZM18.1821 16.8179L17.5 15.0884L16.8179 16.8179L15.0884 17.5L16.8179 18.1821L17.5 19.9116L18.1821 18.1821L19.9116 17.5L18.1821 16.8179Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.3587 11.0697L5.73724 9.73726L7.06972 6.35872C7.40264 5.51457 8.59732 5.51457 8.93024 6.35872L10.2627 9.73726L13.6413 11.0697C14.4854 11.4027 14.4854 12.5973 13.6413 12.9303L10.2627 14.2627L8.93024 17.6413C8.59732 18.4854 7.40264 18.4854 7.06972 17.6413L5.73724 14.2627L2.3587 12.9303C1.51455 12.5973 1.51455 11.4027 2.3587 11.0697ZM9.10634 10.8936L11.9116 12L9.10634 13.1064L7.99998 15.9116L6.89361 13.1064L4.08839 12L6.89361 10.8936L7.99998 8.08841L9.10634 10.8936Z" })] })); }; IconStarbursts.iconName = "starbursts"; export default IconStarbursts;