UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.2 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoMicrosoftVisio = (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: "M21.375 7.83008V15.5449C21.375 15.7728 21.2936 15.9681 21.1309 16.1309C20.9681 16.2936 20.7728 16.375 20.5449 16.375H16.3555C16.3164 16.9935 16.1667 17.5664 15.9062 18.0938C15.6458 18.6211 15.3073 19.0833 14.8906 19.4805C14.474 19.8776 13.9889 20.1868 13.4355 20.4082C12.8822 20.6296 12.2995 20.7435 11.6875 20.75C11.1406 20.75 10.6133 20.6556 10.1055 20.4668C9.59766 20.278 9.13867 20.0176 8.72852 19.6855C8.31836 19.3535 7.97005 18.9596 7.68359 18.5039C7.39714 18.0482 7.20508 17.5469 7.10742 17H2.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 7H7.05859C7.01953 6.90234 7 6.79818 7 6.6875C7 6.45964 7.08138 6.26432 7.24414 6.10156L11.1016 2.24414C11.2643 2.08138 11.4596 2 11.6875 2C11.9154 2 12.1107 2.08138 12.2734 2.24414L16.1309 6.10156C16.2936 6.26432 16.375 6.45964 16.375 6.6875C16.375 6.79818 16.3555 6.90234 16.3164 7H20.5449C20.7728 7 20.9681 7.08138 21.1309 7.24414C21.2936 7.4069 21.375 7.60221 21.375 7.83008ZM11.6875 3.42578L8.42578 6.6875L8.73828 7H11.1699C11.3978 7 11.5931 7.08138 11.7559 7.24414C11.9186 7.4069 12 7.60221 12 7.83008V9.63672L14.9492 6.6875L11.6875 3.42578ZM7.78125 15.2812L10.2715 8.71875H8.65039C8.37695 9.51953 8.10026 10.3138 7.82031 11.1016C7.54036 11.8893 7.27018 12.6868 7.00977 13.4941C6.74284 12.6934 6.47591 11.8991 6.20898 11.1113C5.94206 10.3236 5.67188 9.52604 5.39844 8.71875H3.73828L6.18945 15.2812H7.78125ZM11.6875 19.5C12.1628 19.5 12.6087 19.4121 13.0254 19.2363C13.4421 19.0605 13.8066 18.8132 14.1191 18.4941C14.4316 18.1751 14.6758 17.8105 14.8516 17.4004C15.0273 16.9902 15.1185 16.5443 15.125 16.0625C15.125 15.6263 15.0436 15.2096 14.8809 14.8125C14.7181 14.4154 14.4967 14.0605 14.2168 13.748C13.9368 13.4355 13.6081 13.1816 13.2305 12.9863C12.8529 12.791 12.4427 12.6771 12 12.6445V16.1699C12 16.3978 11.9186 16.5931 11.7559 16.7559C11.5931 16.9186 11.3978 17 11.1699 17H8.39648C8.50716 17.3646 8.66667 17.6999 8.875 18.0059C9.08333 18.3118 9.33073 18.5755 9.61719 18.7969C9.90365 19.0182 10.2227 19.1908 10.5742 19.3145C10.9258 19.4382 11.2969 19.5 11.6875 19.5ZM20.125 15.125V8.25H15.1543C15.0827 8.32161 14.9655 8.44206 14.8027 8.61133C14.64 8.7806 14.4479 8.97591 14.2266 9.19727C14.0052 9.41862 13.7773 9.64974 13.543 9.89062C13.3086 10.1315 13.084 10.3529 12.8691 10.5547C12.6543 10.7565 12.472 10.929 12.3223 11.0723C12.1725 11.2155 12.0651 11.2969 12 11.3164V11.3945C12.5208 11.4141 13.0156 11.5247 13.4844 11.7266C13.9531 11.9284 14.3796 12.1953 14.7637 12.5273C15.1478 12.8594 15.4668 13.25 15.7207 13.6992C15.9746 14.1484 16.1569 14.6237 16.2676 15.125H20.125Z" }) })); }; IconLogoMicrosoftVisio.iconName = "logo-microsoft-visio"; export default IconLogoMicrosoftVisio;