@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 763 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLineStartW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LineStartW100",
short_name: "LineStart",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M180-406q-31.08 0-52.54-21.44Q106-448.89 106-479.94q0-31.06 21.46-52.56Q148.92-554 180-554q27 0 47.5 17t25.5 43h587q5.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 4H253q-5 26-25.5 43T180-406Z"
}));
});
IconMaterialLineStartW100.displayName = 'OnesyIconMaterialLineStartW100';
export default IconMaterialLineStartW100;