google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 591 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 PlayForWork = createIcon("PlayForWork", [
[
"path",
{
d: "M11 4.5V10.09H7.5L12 14.59L16.5 10.09H13V4.5H11ZM6 13.5C6 16.81 8.69 19.5 12 19.5C15.31 19.5 18 16.81 18 13.5H16C16 15.71 14.21 17.5 12 17.5C9.79 17.5 8 15.71 8 13.5H6Z",
key: "198e99"
}
]
]);
export { PlayForWork as default };
//# sourceMappingURL=play_for_work.js.map