google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 528 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 ExposurePlus1 = createIcon("ExposurePlus1", [
[
"path",
{
d: "M10 7.5H8V11.5H4V13.5H8V17.5H10V13.5H14V11.5H10V7.5ZM20 18.5H18V7.88L15 8.9V7.2L19.7 5.5H20V18.5Z",
key: "1k5l01"
}
]
]);
export { ExposurePlus1 as default };
//# sourceMappingURL=exposure_plus_1.js.map