google-material-icons
Version:
A google material icon library package for React applications
50 lines (46 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 Twentytwomp = createIcon("Twentytwomp", [
[
"path",
{
d: "M7.5 14H8.5V17H10V14H11V18.5H12.5V13.5C12.5 12.95 12.05 12.5 11.5 12.5H7C6.45 12.5 6 12.95 6 13.5V18.5H7.5V14Z",
key: "16tfpp"
}
],
[
"path",
{
d: "M13.5 12.5V18.5H15V17H17C17.55 17 18 16.55 18 16V13.5C18 12.95 17.55 12.5 17 12.5H13.5ZM16.5 15.5H15V14H16.5V15.5Z",
key: "1uc7ij"
}
],
[
"path",
{
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19Z",
key: "i1bke7"
}
],
[
"path",
{
d: "M11 10H8V9H10C10.55 9 11 8.55 11 8V6.5C11 5.95 10.55 5.5 10 5.5H6.5V7H9.5V8H7.5C6.95 8 6.5 8.45 6.5 9V11.5H11V10Z",
key: "7qfdc9"
}
],
[
"path",
{
d: "M17.5 10H14.5V9H16.5C17.05 9 17.5 8.55 17.5 8V6.5C17.5 5.95 17.05 5.5 16.5 5.5H13V7H16V8H14C13.45 8 13 8.45 13 9V11.5H17.5V10Z",
key: "1pa2ua"
}
]
]);
export { Twentytwomp as default };
//# sourceMappingURL=twentytwomp.js.map