google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 774 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 PunchClock = createIcon("PunchClock", [
[
"path",
{
d: "M19 6.5H18V1.5H6V6.5H5C3.9 6.5 3 7.4 3 8.5V20.5C3 21.6 3.9 22.5 5 22.5H19C20.1 22.5 21 21.6 21 20.5V8.5C21 7.4 20.1 6.5 19 6.5ZM8 3.5H16V6.5H8V3.5ZM12 19.5C9.24 19.5 7 17.26 7 14.5C7 11.74 9.24 9.5 12 9.5C14.76 9.5 17 11.74 17 14.5C17 17.26 14.76 19.5 12 19.5Z",
key: "hcdh2q"
}
],
["path", { d: "M12.5 12H11.5V14.71L13.14 16.35L13.85 15.64L12.5 14.29V12Z", key: "kfkapa" }]
]);
export { PunchClock as default };
//# sourceMappingURL=punch_clock.js.map