google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.51 kB
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 Share = createIcon("Share", [
[
"path",
{
d: "M18 16.1191C17.24 16.1191 16.56 16.4191 16.04 16.8891L8.91 12.7391C8.96 12.5091 9 12.2791 9 12.0391C9 11.7991 8.96 11.5691 8.91 11.3391L15.96 7.22906C16.5 7.72906 17.21 8.03906 18 8.03906C19.66 8.03906 21 6.69906 21 5.03906C21 3.37906 19.66 2.03906 18 2.03906C16.34 2.03906 15 3.37906 15 5.03906C15 5.27906 15.04 5.50906 15.09 5.73906L8.04 9.84906C7.5 9.34906 6.79 9.03906 6 9.03906C4.34 9.03906 3 10.3791 3 12.0391C3 13.6991 4.34 15.0391 6 15.0391C6.79 15.0391 7.5 14.7291 8.04 14.2291L15.16 18.3891C15.11 18.5991 15.08 18.8191 15.08 19.0391C15.08 20.6491 16.39 21.9591 18 21.9591C19.61 21.9591 20.92 20.6491 20.92 19.0391C20.92 17.4291 19.61 16.1191 18 16.1191ZM18 4.03906C18.55 4.03906 19 4.48906 19 5.03906C19 5.58906 18.55 6.03906 18 6.03906C17.45 6.03906 17 5.58906 17 5.03906C17 4.48906 17.45 4.03906 18 4.03906ZM6 13.0391C5.45 13.0391 5 12.5891 5 12.0391C5 11.4891 5.45 11.0391 6 11.0391C6.55 11.0391 7 11.4891 7 12.0391C7 12.5891 6.55 13.0391 6 13.0391ZM18 20.0591C17.45 20.0591 17 19.6091 17 19.0591C17 18.5091 17.45 18.0591 18 18.0591C18.55 18.0591 19 18.5091 19 19.0591C19 19.6091 18.55 20.0591 18 20.0591Z",
key: "1anyxq"
}
]
]);
export { Share as default };
//# sourceMappingURL=share.js.map