UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 733 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 SixtyfpsSelect = createIcon("SixtyfpsSelect", [ [ "path", { d: "M18 5V11H15V5H18ZM18 3H15C13.9 3 13 3.9 13 5V11C13 12.1 13.9 13 15 13H18C19.1 13 20 12.1 20 11V5C20 3.9 19.1 3 18 3ZM11 5V3H6C4.9 3 4 3.9 4 5V11C4 12.1 4.9 13 6 13H9C10.1 13 11 12.1 11 11V9C11 7.9 10.1 7 9 7H6V5H11ZM9 9V11H6V9H9ZM5 21H3V16H5V21ZM9 21H7V16H9V21ZM13 21H11V16H13V21ZM21 21H15V16H21V21Z", key: "ex099x" } ] ]); export { SixtyfpsSelect as default }; //# sourceMappingURL=sixtyfps_select.js.map