google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 665 B
JavaScript
/**
* @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 StayCurrentPortrait = createIcon("StayCurrentPortrait", [
[
"path",
{
d: "M16.9949 1.01L6.99488 1C5.89488 1 5.00488 1.9 5.00488 3V21C5.00488 22.1 5.89488 23 6.99488 23H16.9949C18.0949 23 18.9949 22.1 18.9949 21V3C18.9949 1.9 18.0949 1.01 16.9949 1.01ZM16.9949 19H6.99488V5H16.9949V19Z",
key: "4iuhtz"
}
]
]);
export { StayCurrentPortrait as default };
//# sourceMappingURL=stay_current_portrait.js.map