google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.17 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 Living = createIcon("Living", [
[
"path",
{
d: "M16.5 11.5C15.95 11.5 15.5 11.95 15.5 12.5V14.5H8.5V12.5C8.5 11.95 8.05 11.5 7.5 11.5C6.95 11.5 6.5 11.95 6.5 12.5V16C6.5 16.28 6.72 16.5 7 16.5H17C17.28 16.5 17.5 16.28 17.5 16V12.5C17.5 11.95 17.05 11.5 16.5 11.5Z",
key: "vl8ano"
}
],
[
"path",
{
d: "M10 12.5V13H14V12.5C14 11.2 14.99 10.15 16.25 10.03V9C16.25 8.17 15.58 7.5 14.75 7.5H9.25C8.42 7.5 7.75 8.17 7.75 9V10.03C9.01 10.15 10 11.2 10 12.5Z",
key: "145cxi"
}
],
[
"path",
{
d: "M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM19 16C19 17.1 18.1 18 17 18H7C5.9 18 5 17.1 5 16V12.5C5 11.58 5.51 10.78 6.25 10.35V9C6.25 7.34 7.59 6 9.25 6H14.75C16.41 6 17.75 7.34 17.75 9V10.35C18.49 10.78 19 11.58 19 12.5V16Z",
key: "1mn1ln"
}
]
]);
export { Living as default };
//# sourceMappingURL=living.js.map