UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.43 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconCameraInputCheckFilled = (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: "M8.70313 3.4453L7 6H4C2.89543 6 2 6.89543 2 8V12.25H7.37868L5.90901 10.7803C5.61612 10.4874 5.61612 10.0126 5.90901 9.71967C6.2019 9.42678 6.67678 9.42678 6.96967 9.71967L9.71967 12.4697C10.0126 12.7626 10.0126 13.2374 9.71967 13.5303L6.96967 16.2803C6.67678 16.5732 6.2019 16.5732 5.90901 16.2803C5.61612 15.9874 5.61612 15.5126 5.90901 15.2197L7.37868 13.75H2V19C2 20.1046 2.89543 21 4 21H12.0218C11.4427 20.0954 11.0814 19.0379 11.0122 17.9015C10.4826 17.7947 9.97165 17.6024 9.5 17.3301C9.14128 17.123 9.01837 16.6643 9.22548 16.3056C9.43259 15.9469 9.89128 15.824 10.25 16.0311C10.5166 16.185 10.8011 16.3024 11.0959 16.3812C11.4883 14.1195 13.0496 12.2586 15.1349 11.4437C15.1024 11.3782 15.0678 11.3136 15.0311 11.25C14.7239 10.7179 14.2821 10.2761 13.75 9.96891C13.2179 9.66172 12.6144 9.5 12 9.5C11.3856 9.5 10.7821 9.66172 10.25 9.96891C9.89128 10.176 9.43259 10.0531 9.22548 9.69439C9.01837 9.33567 9.14128 8.87698 9.5 8.66987C10.2601 8.23103 11.1223 8 12 8C12.8777 8 13.7399 8.23103 14.5 8.66987C15.2601 9.10871 15.8913 9.7399 16.3301 10.5C16.4349 10.6814 16.5278 10.8687 16.6086 11.0606C16.9 11.0207 17.1976 11 17.5 11C19.2465 11 20.8321 11.6888 22 12.8096V8C22 6.89543 21.1046 6 20 6H17L15.2969 3.4453C15.1114 3.1671 14.7992 3 14.4648 3H9.53518C9.20083 3 8.8886 3.1671 8.70313 3.4453Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM20.3536 15.6464C20.5488 15.8417 20.5488 16.1583 20.3536 16.3536L16.8536 19.8536C16.7598 19.9473 16.6326 20 16.5 20C16.3674 20 16.2402 19.9473 16.1464 19.8536L14.1464 17.8536C13.9512 17.6583 13.9512 17.3417 14.1464 17.1464C14.3417 16.9512 14.6583 16.9512 14.8536 17.1464L16.5 18.7929L19.6464 15.6464C19.8417 15.4512 20.1583 15.4512 20.3536 15.6464Z" })] })); }; IconCameraInputCheckFilled.iconName = "camera-input-check--filled"; export default IconCameraInputCheckFilled;