google-material-icons
Version:
A google material icon library package for React applications
33 lines (29 loc) • 909 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 HowToReg = createIcon("HowToReg", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8.5 16.75L11.5 13.81C11.11 13.77 10.82 13.75 10.5 13.75C7.83 13.75 2.5 15.09 2.5 17.75V19.75H11.5L8.5 16.75ZM10.5 11.75C12.71 11.75 14.5 9.96 14.5 7.75C14.5 5.54 12.71 3.75 10.5 3.75C8.29 3.75 6.5 5.54 6.5 7.75C6.5 9.96 8.29 11.75 10.5 11.75Z",
key: "sve8m4"
}
],
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14.97 20.25L11.5 16.75L12.9 15.34L14.97 17.42L20.1 12.25L21.5 13.66L14.97 20.25Z",
key: "gdayvf"
}
]
]);
export { HowToReg as default };
//# sourceMappingURL=how_to_reg.js.map