google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 624 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 ChairAlt = createIcon("ChairAlt", [
[
"path",
{
d: "M17 10C18.1 10 19 9.1 19 8V5C19 3.9 18.1 3 17 3H7C5.9 3 5 3.9 5 5V8C5 9.1 5.9 10 7 10H8V12H7C5.9 12 5 12.9 5 14V21H7V18H17V21H19V14C19 12.9 18.1 12 17 12H16V10H17ZM7 8V5H17V8H7ZM17 16H7V14H17V16ZM14 12H10V10H14V12Z",
key: "ihglym"
}
]
]);
export { ChairAlt as default };
//# sourceMappingURL=chair_alt.js.map