UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 658 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 Sixtyfps = createIcon("Sixtyfps", [ [ "path", { d: "M19 8V16H15V8H19ZM19 5H15C13.34 5 12 6.34 12 8V16C12 17.66 13.34 19 15 19H19C20.66 19 22 17.66 22 16V8C22 6.34 20.66 5 19 5ZM10 8V5H5C3.34 5 2 6.34 2 8V16C2 17.66 3.34 19 5 19H8C9.66 19 11 17.66 11 16V13C11 11.34 9.66 10 8 10H5V8H10ZM8 13V16H5V13H8Z", key: "iygmph" } ] ]); export { Sixtyfps as default }; //# sourceMappingURL=sixtyfps.js.map