UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 828 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMapFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MapFilled", short_name: "Map", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m574-129-214-75-186 72q-10 4-19.5 2.5T137-136q-8-5-12.5-13.5T120-169v-561q0-13 7.5-23t20.5-15l186-63q6-2 12.5-3t13.5-1q7 0 13.5 1t12.5 3l214 75 186-72q10-4 19.5-2.5T823-824q8 5 12.5 13.5T840-791v561q0 13-7.5 23T812-192l-186 63q-6 2-12.5 3t-13.5 1q-7 0-13.5-1t-12.5-3Zm-14-89v-468l-160-56v468l160 56Z" })); }); IconMaterialMapFilled.displayName = 'OnesyIconMaterialMapFilled'; export default IconMaterialMapFilled;