UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 693 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 PhotoSizeSelectActual = createIcon("PhotoSizeSelectActual", [ [ "path", { d: "M21 3H3C2 3 1 4 1 5V19C1 20.1 1.9 21 3 21H21C22 21 23 20 23 19V5C23 4 22 3 21 3ZM21 18.92C20.98 18.95 20.94 18.98 20.92 19H3V5.08L3.08 5H20.91C20.94 5.02 20.97 5.06 20.99 5.08V18.92H21ZM11 15.51L8.5 12.5L5 17H19L14.5 11L11 15.51Z", key: "6tjobs" } ] ]); export { PhotoSizeSelectActual as default }; //# sourceMappingURL=photo_size_select_actual.js.map