UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTrailLengthShortW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TrailLengthShortW100", short_name: "TrailLengthShort", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M600-306q-69 0-118-45.5T426-466H200q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h226q3-35 22.5-71.5T505-626H280q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h320q72.21 0 123.1 50.85 50.9 50.85 50.9 123T723.1-357q-50.89 51-123.1 51Zm0-28q60 0 103-43t43-103q0-60-43-103t-103-43q-60 0-103 43t-43 103q0 60 43 103t103 43Zm-280 28q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h40q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-40Zm280-174Z" })); }); IconMaterialTrailLengthShortW100.displayName = 'OnesyIconMaterialTrailLengthShortW100'; export default IconMaterialTrailLengthShortW100;