@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialJoinFullW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "JoinFullW100Filled",
short_name: "JoinFull",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 16.425q-.075 0-.137-.025-.063-.025-.163-.1-.8-.55-1.3-1.75T9.9 12q0-1.425.475-2.55.475-1.125 1.325-1.75.1-.075.163-.1.062-.025.137-.025.075 0 .138.025.062.025.162.1.875.725 1.338 1.825.462 1.1.462 2.475 0 1.3-.5 2.512-.5 1.213-1.3 1.788-.1.075-.162.1-.063.025-.138.025Zm3.6 1.275q-.775 0-1.525-.213-.75-.212-1.4-.612.95-.725 1.538-2.088.587-1.362.587-2.787 0-1.425-.587-2.788-.588-1.362-1.538-2.087.65-.4 1.4-.613.75-.212 1.525-.212 2.375 0 4.038 1.663Q21.3 9.625 21.3 12t-1.662 4.038Q17.975 17.7 15.6 17.7Zm-7.2 0q-2.375 0-4.037-1.662Q2.7 14.375 2.7 12t1.663-4.037Q6.025 6.3 8.4 6.3q.8 0 1.538.212.737.213 1.387.613-.95.725-1.537 2.087Q9.2 10.575 9.2 12q0 1.425.588 2.787.587 1.363 1.537 2.088-.65.4-1.387.612Q9.2 17.7 8.4 17.7Z"
}));
});
IconMaterialJoinFullW100Filled.displayName = 'OnesyIconMaterialJoinFullW100Filled';
export default IconMaterialJoinFullW100Filled;