UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 751 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineEndW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineEndW100", short_name: "LineEnd", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M780-406q-27 0-47.5-17T707-466H120q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h587q5-26 25.5-43t47.5-17q31.08 0 52.54 21.44Q854-511.11 854-480.06q0 31.06-21.46 52.56Q811.08-406 780-406Z" })); }); IconMaterialLineEndW100.displayName = 'OnesyIconMaterialLineEndW100'; export default IconMaterialLineEndW100;