@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFoldedHandsW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FoldedHandsW100",
short_name: "FoldedHands",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M638-464v104q0 6-4 10t-10 4q-6 0-10-4t-4-10v-96l-43-80q-25 1-42 19t-17 43v204l70 117q5 7 .5 14t-12.5 7q-4 0-7-2t-5-5l-74-123v-212q0-32 20-57t52-31l-69-130q-16-31-15-64.5t25-57.5l24-25q9-9 23-9t22 11l214 258q6 7 9.5 15.5T790-546l37 399q1 6-3.5 10.5T813-132q-5 0-9-4t-5-9l-38-410-222-266-26 27q-16 16-19 37.5t8 41.5l136 251Zm-316 0 136-251q11-20 8-41.5T447-794l-26-27-222 266-38 410q-1 5-5 9t-9 4q-6 0-10.5-4.5T133-147l36-399q1-9 4.5-17.5T183-579l215-258q8-11 21.5-11t22.5 9l25 25q24 24 25 57.5T477-692l-70 130q32 6 52.5 31t20.5 57v212l-74 123q-2 3-5 5t-7 2q-8 0-12.5-7t.5-14l70-117v-204q0-25-17-43t-42-19l-43 80v96q0 6-4 10t-10 4q-6 0-10-4t-4-10v-104Z"
}));
});
IconMaterialFoldedHandsW100.displayName = 'OnesyIconMaterialFoldedHandsW100';
export default IconMaterialFoldedHandsW100;