UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 535 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 CropPortrait = createIcon("CropPortrait", [ [ "path", { d: "M17 3H7C5.9 3 5 3.9 5 5V19C5 20.1 5.9 21 7 21H17C18.1 21 19 20.1 19 19V5C19 3.9 18.1 3 17 3ZM17 19H7V5H17V19Z", key: "x4k9ku" } ] ]); export { CropPortrait as default }; //# sourceMappingURL=crop_portrait.js.map