UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.39 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconCameraFlipFilled = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 6L8.70313 3.4453C8.8886 3.1671 9.20083 3 9.53518 3H14.4648C14.7992 3 15.1114 3.1671 15.2969 3.4453L17 6H20C21.1046 6 22 6.89543 22 8V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V8C2 6.89543 2.89543 6 4 6H7ZM11.3172 9.56725C11.9961 9.4322 12.6999 9.50151 13.3394 9.76642C13.9789 10.0313 14.5256 10.4799 14.9101 11.0555C15.1392 11.3983 15.3047 11.777 15.401 12.1735L14.7028 11.4753C14.4099 11.1824 13.935 11.1824 13.6421 11.4753C13.3492 11.7682 13.3492 12.2431 13.6421 12.5359L15.5204 14.4142C15.8133 14.7071 16.2881 14.7071 16.581 14.4142L18.4593 12.5359C18.7522 12.2431 18.7522 11.7682 18.4593 11.4753C18.1664 11.1824 17.6915 11.1824 17.3986 11.4753L16.8947 11.9792C16.7645 11.3548 16.5153 10.7578 16.1573 10.2221C15.6079 9.3999 14.827 8.75904 13.9134 8.3806C12.9998 8.00216 11.9945 7.90315 11.0245 8.09607C10.0546 8.289 9.16373 8.7652 8.46447 9.46447C8.17157 9.75736 8.17157 10.2322 8.46447 10.5251C8.75736 10.818 9.23223 10.818 9.52513 10.5251C10.0146 10.0356 10.6383 9.7023 11.3172 9.56725ZM12.6828 16.4327C12.0039 16.5678 11.3001 16.4985 10.6606 16.2336C10.0211 15.9687 9.47444 15.5201 9.08986 14.9445C8.86079 14.6017 8.69533 14.223 8.59898 13.8265L9.29722 14.5247C9.59011 14.8176 10.065 14.8176 10.3579 14.5247C10.6508 14.2318 10.6508 13.7569 10.3579 13.4641L8.47963 11.5858C8.18673 11.2929 7.71186 11.2929 7.41897 11.5858L5.54071 13.4641C5.24782 13.7569 5.24782 14.2318 5.54071 14.5247C5.83361 14.8176 6.30848 14.8176 6.60138 14.5247L7.10531 14.0208C7.23554 14.6452 7.48474 15.2422 7.84265 15.7779C8.39206 16.6001 9.17295 17.241 10.0866 17.6194C11.0002 17.9978 12.0055 18.0969 12.9755 17.9039C13.9454 17.711 14.8363 17.2348 15.5355 16.5355C15.8284 16.2426 15.8284 15.7678 15.5355 15.4749C15.2426 15.182 14.7678 15.182 14.4749 15.4749C13.9854 15.9644 13.3617 16.2977 12.6828 16.4327Z" }) })); }; IconCameraFlipFilled.iconName = "camera-flip--filled"; export default IconCameraFlipFilled;