google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.26 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const RoomPreferences = createIcon("RoomPreferences", [
[
"path",
{
d: "M13.085 10.76V5.5H16.085V9.5H18.085V3.5H13.085V2.5H4.08496V18.5H2.08496V20.5H11.345C10.555 19.37 10.085 17.99 10.085 16.5C10.085 14.12 11.275 12.03 13.085 10.76ZM9.08496 10.5H11.085V12.5H9.08496V10.5ZM20.775 15.87L21.915 14.87L20.915 13.14L19.465 13.63C19.145 13.36 18.785 13.15 18.385 13L18.085 11.5H16.085L15.785 12.99C15.385 13.14 15.025 13.35 14.705 13.62L13.255 13.13L12.255 14.86L13.395 15.86C13.315 16.36 13.315 16.62 13.395 17.12L12.255 18.12L13.255 19.85L14.705 19.36C15.025 19.63 15.385 19.84 15.785 19.99L16.085 21.5H18.085L18.385 20.01C18.785 19.86 19.145 19.65 19.465 19.38L20.915 19.87L21.915 18.14L20.775 17.14C20.855 16.63 20.855 16.37 20.775 15.87ZM17.085 18.5C15.985 18.5 15.085 17.6 15.085 16.5C15.085 15.4 15.985 14.5 17.085 14.5C18.185 14.5 19.085 15.4 19.085 16.5C19.085 17.6 18.185 18.5 17.085 18.5Z",
key: "1j96uw"
}
]
]);
export { RoomPreferences as default };
//# sourceMappingURL=room_preferences.js.map