google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 509 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 ExposureNeg1 = createIcon("ExposureNeg1", [
[
"path",
{
d: "M4.5 11.5V13.5H12.5V11.5H4.5ZM19.5 18.5H17.5V7.88L14.5 8.9V7.2L19.2 5.5H19.5V18.5Z",
key: "1etnkr"
}
]
]);
export { ExposureNeg1 as default };
//# sourceMappingURL=exposure_neg_1.js.map