google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.07 kB
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 IntegrationInstructions = createIcon("IntegrationInstructions", [
[
"path",
{
d: "M19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C4.86 4 4.73 4.01 4.6 4.04C4.21 4.12 3.86 4.32 3.59 4.59C3.41 4.77 3.26 4.99 3.16 5.23C3.06 5.46 3 5.72 3 6V20C3 20.27 3.06 20.54 3.16 20.78C3.26 21.02 3.41 21.23 3.59 21.42C3.86 21.69 4.21 21.89 4.6 21.97C4.73 21.99 4.86 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM11 15.17L9.59 16.59L6 13L9.59 9.41L11 10.83L8.83 13L11 15.17ZM12 5.25C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25ZM14.41 16.59L13 15.17L15.17 13L13 10.83L14.41 9.41L18 13L14.41 16.59Z",
key: "b1x9eg"
}
]
]);
export { IntegrationInstructions as default };
//# sourceMappingURL=integration_instructions.js.map