UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 849 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBeenhereW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BeenhereW100Filled", short_name: "Beenhere", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-119q-10 0-19-3t-17-9L236-287q-11-8-17.5-21t-6.5-27v-433q0-26 17-43t43-17h416q26 0 43 17t17 43v433q0 14-6.5 27T724-287L516-131q-8 6-17 9t-19 3Zm-42-317-76-76q-4-4-9.5-4.5T342-512q-5 5-5 10t5 10l75 75q9 9 21 9t21-9l159-159q4-4 4.5-9.5T618-596q-5-5-10-5t-10 5L438-436Z" })); }); IconMaterialBeenhereW100Filled.displayName = 'OnesyIconMaterialBeenhereW100Filled'; export default IconMaterialBeenhereW100Filled;