@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 725 B
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function ShareAndroidIcon(props, ref) {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M13 5a4 4 0 1 1 1.4 3.04l-3.653 2.558a4 4 0 0 1 0 2.804L14.4 15.96a4 4 0 1 1-1.148 1.638L9.6 15.04a4 4 0 1 1 0-6.08l3.654-2.558A4 4 0 0 1 13 5m4-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M7 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4m10 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4"
})
});
}
;
ShareAndroidIcon.displayName = "ShareAndroidIcon";
export default forwardRef(ShareAndroidIcon);