UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.38 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoMicrosoftOnedrive = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsx("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", { d: "M18.2109 10.1348C18.7448 10.1673 19.2396 10.2975 19.6953 10.5254C20.151 10.7533 20.5514 11.0495 20.8965 11.4141C21.2415 11.7786 21.5117 12.1986 21.707 12.6738C21.9023 13.1491 22 13.6536 22 14.1875C22 14.7474 21.8926 15.2715 21.6777 15.7598C21.4629 16.248 21.1732 16.6777 20.8086 17.0488C20.444 17.4199 20.0143 17.7129 19.5195 17.9277C19.0247 18.1426 18.4974 18.25 17.9375 18.25H7C6.3099 18.25 5.66211 18.1198 5.05664 17.8594C4.45117 17.599 3.92383 17.2409 3.47461 16.7852C3.02539 16.3294 2.66732 15.7988 2.40039 15.1934C2.13346 14.5879 2 13.9401 2 13.25C2 12.7031 2.08464 12.179 2.25391 11.6777C2.42318 11.1764 2.66406 10.7174 2.97656 10.3008C3.28906 9.88411 3.6569 9.51628 4.08008 9.19727C4.50326 8.87826 4.97852 8.63737 5.50586 8.47461C5.74674 8.40299 5.98112 8.35091 6.20898 8.31836C6.43685 8.28581 6.67773 8.26302 6.93164 8.25H6.94141C7.22786 7.8138 7.56315 7.42318 7.94727 7.07812C8.33138 6.73307 8.74805 6.43685 9.19727 6.18945C9.64648 5.94206 10.1185 5.75651 10.6133 5.63281C11.1081 5.50911 11.6224 5.44401 12.1562 5.4375C12.8659 5.4375 13.5462 5.55143 14.1973 5.7793C14.8483 6.00716 15.444 6.32943 15.9844 6.74609C16.5247 7.16276 16.987 7.65755 17.3711 8.23047C17.7552 8.80339 18.0352 9.43815 18.2109 10.1348ZM12.1562 6.6875C11.4206 6.6875 10.7207 6.83724 10.0566 7.13672C9.39258 7.4362 8.82617 7.8724 8.35742 8.44531C8.60482 8.51042 8.83919 8.5918 9.06055 8.68945C9.2819 8.78711 9.50326 8.9043 9.72461 9.04102L13.709 11.4238L15.9844 10.4668C16.1341 10.4017 16.2839 10.3464 16.4336 10.3008C16.5833 10.2552 16.7461 10.2129 16.9219 10.1738C16.7591 9.65299 16.5215 9.18099 16.209 8.75781C15.8965 8.33464 15.5319 7.9668 15.1152 7.6543C14.6986 7.3418 14.2363 7.10417 13.7285 6.94141C13.2207 6.77865 12.6966 6.69401 12.1562 6.6875ZM4.01172 15.5059L12.2734 12.0195L9.08008 10.1055C8.75456 9.91016 8.41276 9.76042 8.05469 9.65625C7.69661 9.55208 7.32878 9.5 6.95117 9.5C6.44336 9.5 5.96484 9.60091 5.51562 9.80273C5.06641 10.0046 4.67578 10.2747 4.34375 10.6133C4.01172 10.9518 3.74479 11.3522 3.54297 11.8145C3.34115 12.2767 3.24349 12.7552 3.25 13.25C3.25 13.6406 3.3151 14.0345 3.44531 14.4316C3.57552 14.8288 3.76432 15.1868 4.01172 15.5059ZM17.9375 17C18.25 17 18.5495 16.9512 18.8359 16.8535C19.1224 16.7559 19.3893 16.6126 19.6367 16.4238L13.6113 12.8203L5.02734 16.4336C5.32031 16.6159 5.63281 16.7559 5.96484 16.8535C6.29688 16.9512 6.64193 17 7 17H17.9375ZM20.4473 15.457C20.6491 15.0534 20.75 14.6302 20.75 14.1875C20.75 13.7578 20.6686 13.3672 20.5059 13.0156C20.3431 12.6641 20.125 12.3678 19.8516 12.127C19.5781 11.8861 19.2526 11.6973 18.875 11.5605C18.4974 11.4238 18.1068 11.3555 17.7031 11.3555C17.4688 11.3555 17.2376 11.3815 17.0098 11.4336C16.7819 11.4857 16.554 11.5573 16.3262 11.6484C16.0983 11.7396 15.8802 11.8307 15.6719 11.9219C15.4635 12.013 15.252 12.1107 15.0371 12.2148L20.4473 15.457Z" }) })); }; IconLogoMicrosoftOnedrive.iconName = "logo-microsoft-onedrive"; export default IconLogoMicrosoftOnedrive;