UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 944 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 RecentActors = createIcon("RecentActors", [ [ "path", { d: "M21 5H23V19H21V5ZM17 5H19V19H17V5ZM14 5H2C1.45 5 1 5.45 1 6V18C1 18.55 1.45 19 2 19H14C14.55 19 15 18.55 15 18V6C15 5.45 14.55 5 14 5ZM13 17H3V7H13V17Z", key: "9rstox" } ], [ "path", { d: "M8 11.89C9.07696 11.89 9.95 11.017 9.95 9.94C9.95 8.86304 9.07696 7.99 8 7.99C6.92304 7.99 6.05 8.86304 6.05 9.94C6.05 11.017 6.92304 11.89 8 11.89Z", key: "3indsk" } ], [ "path", { d: "M11.89 15.35C11.89 14.05 9.3 13.4 8 13.4C6.7 13.4 4.11 14.05 4.11 15.35V16H11.89V15.35Z", key: "mmtdhw" } ] ]); export { RecentActors as default }; //# sourceMappingURL=recent_actors.js.map