@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 828 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function DownloadIosIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M12.763 17.646a1 1 0 0 1-1.526 0l-2.5-2.955a1 1 0 1 1 1.526-1.292l.737.871V4a1 1 0 1 1 2 0v10.27l.737-.87a1 1 0 0 1 1.526 1.291z"
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M6 20V10h2a1 1 0 0 0 0-2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h-2a1 1 0 1 0 0 2h2v10z"
})]
});
}
;
DownloadIosIcon.displayName = "DownloadIosIcon";
module.exports = React.forwardRef(DownloadIosIcon);