UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.03 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoMicrosoftForms = (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: "M15.125 13.875H19.5V18.25H15.125V13.875ZM16.375 17H18.25V15.125H16.375V17ZM17.3125 10.75C16.9219 10.75 16.5573 10.6784 16.2188 10.5352C15.8802 10.3919 15.5807 10.1901 15.3203 9.92969C15.0599 9.66927 14.8613 9.37305 14.7246 9.04102C14.5879 8.70898 14.513 8.34115 14.5 7.9375C14.5 7.54688 14.5716 7.18229 14.7148 6.84375C14.8581 6.50521 15.0599 6.20573 15.3203 5.94531C15.5807 5.6849 15.877 5.48633 16.209 5.34961C16.541 5.21289 16.9089 5.13802 17.3125 5.125C17.7031 5.125 18.0677 5.19661 18.4062 5.33984C18.7448 5.48307 19.0443 5.6849 19.3047 5.94531C19.5651 6.20573 19.7637 6.50195 19.9004 6.83398C20.0371 7.16602 20.112 7.53385 20.125 7.9375C20.125 8.32812 20.0534 8.69271 19.9102 9.03125C19.7669 9.36979 19.5651 9.66927 19.3047 9.92969C19.0443 10.1901 18.748 10.3887 18.416 10.5254C18.084 10.6621 17.7161 10.737 17.3125 10.75ZM17.3125 6.375C17.0977 6.375 16.8958 6.41406 16.707 6.49219C16.5182 6.57031 16.3522 6.68424 16.209 6.83398C16.0658 6.98372 15.9551 7.14974 15.877 7.33203C15.7988 7.51432 15.7565 7.71615 15.75 7.9375C15.75 8.15234 15.7891 8.35417 15.8672 8.54297C15.9453 8.73177 16.0592 8.89779 16.209 9.04102C16.3587 9.18424 16.5247 9.29492 16.707 9.37305C16.8893 9.45117 17.0911 9.49349 17.3125 9.5C17.5273 9.5 17.7292 9.46094 17.918 9.38281C18.1068 9.30469 18.2728 9.19076 18.416 9.04102C18.5592 8.89128 18.6699 8.72526 18.748 8.54297C18.8262 8.36068 18.8685 8.15885 18.875 7.9375C18.875 7.72266 18.8359 7.52083 18.7578 7.33203C18.6797 7.14323 18.5658 6.97721 18.416 6.83398C18.2663 6.69076 18.1003 6.58008 17.918 6.50195C17.7357 6.42383 17.5339 6.38151 17.3125 6.375ZM21.1699 3.25C21.3978 3.25 21.5931 3.33138 21.7559 3.49414C21.9186 3.6569 22 3.85221 22 4.08008V19.9199C22 20.1478 21.9186 20.3431 21.7559 20.5059C21.5931 20.6686 21.3978 20.75 21.1699 20.75H7.83008C7.60221 20.75 7.4069 20.6686 7.24414 20.5059C7.08138 20.3431 7 20.1478 7 19.9199V17H2.83008C2.60221 17 2.4069 16.9186 2.24414 16.7559C2.08138 16.5931 2 16.3978 2 16.1699V7.83008C2 7.60221 2.08138 7.4069 2.24414 7.24414C2.4069 7.08138 2.60221 7 2.83008 7H7V4.08008C7 3.85221 7.08138 3.6569 7.24414 3.49414C7.4069 3.33138 7.60221 3.25 7.83008 3.25H21.1699ZM8.25 7H11.1699C11.3978 7 11.5931 7.08138 11.7559 7.24414C11.9186 7.4069 12 7.60221 12 7.83008V11.375H20.75V4.5H8.25V7ZM9.03125 12.7617V11.4336H6.50195V10.0469H9.2168V8.71875H4.96875V15.2812H6.50195V12.7617H9.03125ZM20.75 19.5V12.625H12V16.1699C12 16.3978 11.9186 16.5931 11.7559 16.7559C11.5931 16.9186 11.3978 17 11.1699 17H8.25V19.5H20.75Z" }) })); }; IconLogoMicrosoftForms.iconName = "logo-microsoft-forms"; export default IconLogoMicrosoftForms;