google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 817 B
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 Chair = createIcon("Chair", [
[
"path",
{
d: "M7 11V13H17V11C17 9.14 18.28 7.59 20 7.14V6C20 4.35 18.65 3 17 3H7C5.35 3 4 4.35 4 6V7.14C5.72 7.59 7 9.14 7 11Z",
key: "1yhxac"
}
],
[
"path",
{
d: "M21 9C19.9 9 19 9.9 19 11V15H5V11C5 9.9 4.1 9 3 9C1.9 9 1 9.9 1 11V16C1 17.65 2.35 19 4 19V20C4 20.55 4.45 21 5 21C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21C19.55 21 20 20.55 20 20V19C21.65 19 23 17.65 23 16V11C23 9.9 22.1 9 21 9Z",
key: "y4gnlt"
}
]
]);
export { Chair as default };
//# sourceMappingURL=chair.js.map