@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 903 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function TakePhotoSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.jsx("path", {
fillRule: "evenodd",
d: "M2.588 20.413Q3.175 21 4 21h16q.824 0 1.413-.587Q22 19.825 22 19V7q0-.824-.587-1.412A1.93 1.93 0 0 0 20 5h-3.15L15.6 3.65a2 2 0 0 0-.662-.475A1.95 1.95 0 0 0 14.125 3h-4.25q-.425 0-.812.175-.389.175-.663.475L7.15 5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413M12 16.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7",
clipRule: "evenodd"
})
});
}
;
TakePhotoSolidIcon.displayName = "TakePhotoSolidIcon";
module.exports = React.forwardRef(TakePhotoSolidIcon);