google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 907 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 HdrPlus = createIcon("HdrPlus", [
["path", { d: "M10.5 14.5H8.5V15.5H10.5V14.5Z", key: "kuu1gv" }],
["path", { d: "M16 7.5H14.5V10.5H16V7.5Z", key: "edp2zb" }],
[
"path",
{
d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 15.5C12 16.1 11.6 16.6 11.1 16.9L12 19H10.5L9.6 17H8.5V19H7V13H10.5C11.3 13 12 13.7 12 14.5V15.5ZM12 12H10.5V9.5H8.5V12H7V6H8.5V8H10.5V6H12V12ZM17.5 16H16V17.5H14.5V16H13V14.5H14.5V13H16V14.49H17.5V16ZM17.5 10.5C17.5 11.3 16.8 12 16 12H13V6H16C16.8 6 17.5 6.7 17.5 7.5V10.5Z",
key: "a9ew7w"
}
]
]);
export { HdrPlus as default };
//# sourceMappingURL=hdr_plus.js.map