UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.96 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAfterEffects = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M7.77 12.242h1.958q-.075-.248-.174-.558l-.21-.662-.223-.706a24 24 0 0 1-.205-.681l-.167-.601h-.012q-.105.503-.26.99-.174.558-.353 1.14-.18.582-.353 1.078M16.366 11.936h-1.622c.026-.19.082-.376.167-.549a1.08 1.08 0 0 1 1.022-.582 1.01 1.01 0 0 1 1.003.706 1 1 0 0 1 .05.285v.074a.4.4 0 0 1-.18.06q-.143.006-.44.006" }), _jsx("path", { fillRule: "evenodd", d: "M17.962 3H6.039a3.27 3.27 0 0 0-3.27 3.27v11.46A3.27 3.27 0 0 0 6.04 21h11.923a3.27 3.27 0 0 0 3.269-3.27V6.27A3.27 3.27 0 0 0 17.96 3m-7.776 10.77H7.325l-.582 1.81a.146.146 0 0 1-.149.112H5.145q-.123 0-.086-.136l2.477-7.104.005-.016c.023-.069.046-.138.069-.226q.048-.248.05-.502a.077.077 0 0 1 .086-.086h1.97q.086 0 .098.062l2.812 7.884q.037.124-.075.124h-1.61a.115.115 0 0 1-.123-.086zm4.558-.706h2.44q.142.002.277.014c.098.007.193.014.286.012q.266-.006.446-.025.18-.018.254-.018a.113.113 0 0 0 .111-.1q.012-.098.031-.321.018-.223.019-.496c-.001-.32-.051-.637-.149-.941a2.8 2.8 0 0 0-.458-.873 2.1 2.1 0 0 0-.811-.613 2.8 2.8 0 0 0-1.196-.235c-.495 0-.924.064-1.287.241a2.8 2.8 0 0 0-.93.73 3.2 3.2 0 0 0-.575 1.053 3.974 3.974 0 0 0-.03 2.34c.107.37.288.713.531 1.01.261.316.592.566.966.731q.595.273 1.474.273.55.008 1.09-.093.398-.065.767-.229a.2.2 0 0 0 .056-.056.2.2 0 0 0 .018-.092v-1.177q0-.111-.061-.062-.333.13-.687.18-.395.079-.799.087a2.35 2.35 0 0 1-.985-.193 1.27 1.27 0 0 1-.563-.465 1.7 1.7 0 0 1-.235-.682", clipRule: "evenodd" })] })); }; IconLogoAfterEffects.iconName = "logo-after-effects"; export default IconLogoAfterEffects;