UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.57 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAirtable = (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", { d: "M21.3174 8.745C21.6452 8.61509 22.0008 8.85624 22.001 9.20887V16.6268C22.001 16.7269 21.9713 16.8253 21.915 16.9081C21.8588 16.9908 21.7785 17.0548 21.6855 17.0917L13.3418 20.33C13.0139 20.4599 12.6582 20.2178 12.6582 19.8651V12.4481C12.6582 12.348 12.6879 12.2497 12.7441 12.1669C12.8004 12.0841 12.8806 12.0202 12.9736 11.9833L21.3174 8.745Z" }), _jsx("path", { d: "M2.50391 8.74305C2.58296 8.73615 2.66548 8.74535 2.74121 8.77527L10.668 11.9169C11.0705 12.0769 11.1018 12.6412 10.709 12.8309L8.2334 14.0262L7.98145 14.1473L2.75391 16.6522C2.42286 16.8117 2.00036 16.5707 2 16.203V9.24012C2.00009 9.10707 2.06866 8.99255 2.16016 8.90613C2.19767 8.86872 2.23972 8.83598 2.28613 8.81043C2.34859 8.77292 2.42476 8.74991 2.50391 8.74305Z" }), _jsx("path", { d: "M10.9307 3.84558C11.6109 3.56414 12.3754 3.56419 13.0557 3.84558L20.5127 6.93152C20.9269 7.10335 20.9226 7.69183 20.5059 7.8573L13.0176 10.8261C12.3597 11.0869 11.6266 11.0869 10.9688 10.8261L3.48145 7.8573C3.0641 7.69192 3.06013 7.10328 3.47461 6.93152L10.9307 3.84558Z" })] })); }; IconLogoAirtable.iconName = "logo-airtable"; export default IconLogoAirtable;