UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 600 B
/** * @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 AccessTimeFilled = createIcon("AccessTimeFilled", [ [ "path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM15.29 16.71L11 12.41V7H13V11.59L16.71 15.3L15.29 16.71Z", key: "cbrtcl" } ] ]); export { AccessTimeFilled as default }; //# sourceMappingURL=access_time_filled.js.map