UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 818 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGoToLineW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GoToLineW100Filled", short_name: "GoToLine", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480.12-680Q466-680 456-689.88q-10-9.88-10-24t9.88-24.12q9.88-10 24-10t24.12 9.88q10 9.88 10 24T504.12-690q-9.88 10-24 10Zm0 468Q466-212 456-221.88q-10-9.88-10-24t9.88-24.12q9.88-10 24-10t24.12 9.88q10 9.88 10 24T504.12-222q-9.88 10-24 10Z" })); }); IconMaterialGoToLineW100Filled.displayName = 'OnesyIconMaterialGoToLineW100Filled'; export default IconMaterialGoToLineW100Filled;