UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.48 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconRingLightPowerFilled = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 6.5C23 9.53757 20.5376 12 17.5 12C14.4624 12 12 9.53757 12 6.5C12 3.46243 14.4624 1 17.5 1C20.5376 1 23 3.46243 23 6.5ZM20.1088 4.16676C19.9247 3.96093 19.6086 3.9433 19.4028 4.12739C19.197 4.31148 19.1794 4.62757 19.3634 4.8334C19.6851 5.19307 19.8958 5.63814 19.9702 6.11491C20.0445 6.59168 19.9793 7.07977 19.7823 7.52029C19.5854 7.96081 19.2652 8.33492 18.8604 8.59748C18.4555 8.86005 17.9833 8.99984 17.5008 9C17.0183 9.00016 16.546 8.86067 16.141 8.59837C15.736 8.33606 15.4156 7.96216 15.2183 7.52177C15.0211 7.08138 14.9556 6.59333 15.0296 6.11651C15.1036 5.63969 15.314 5.19448 15.6355 4.83461C15.8194 4.62866 15.8016 4.31258 15.5956 4.12862C15.3897 3.94467 15.0736 3.9625 14.8897 4.16845C14.4396 4.67228 14.145 5.29557 14.0414 5.96312C13.9378 6.63066 14.0296 7.31394 14.3057 7.93048C14.5818 8.54702 15.0304 9.07049 15.5974 9.43771C16.1644 9.80493 16.8256 10.0002 17.5011 10C18.1767 9.99978 18.8377 9.80407 19.4045 9.43648C19.9713 9.06889 20.4196 8.54513 20.6953 7.92841C20.971 7.31168 21.0623 6.62835 20.9582 5.96087C20.8542 5.2934 20.5592 4.67029 20.1088 4.16676ZM17.5 3C17.7761 3 18 3.22386 18 3.5V6.5C18 6.77614 17.7761 7 17.5 7C17.2239 7 17 6.77614 17 6.5V3.5C17 3.22386 17.2239 3 17.5 3Z" }), _jsx("path", { d: "M12.75 17.9653C15.9016 17.6723 18.5227 15.5511 19.5427 12.6725C18.982 12.858 18.3874 12.9692 17.7707 12.9945C17.4529 13.6056 17.0409 14.1599 16.5539 14.6381L13.8874 13.0986C13.3908 12.8113 13.0005 12.5856 12.5718 12.4945C12.1948 12.4144 11.8052 12.4144 11.4283 12.4945C10.9995 12.5856 10.6093 12.8113 10.1126 13.0986L7.44615 14.6382C6.24502 13.4587 5.5 11.8164 5.5 10C5.5 6.50082 8.265 3.64744 11.7293 3.50553C12.009 2.9676 12.3618 2.47371 12.7743 2.03699C12.5195 2.01252 12.2612 2 12 2C7.58172 2 4 5.58172 4 10C4 14.1654 7.18341 17.5872 11.25 17.9653V21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25V17.9653Z" })] })); }; IconRingLightPowerFilled.iconName = "ring-light-power--filled"; export default IconRingLightPowerFilled;