UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.68 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDepartureBoardW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DepartureBoardW100Filled", short_name: "DepartureBoard", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M674-686v-94q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v94q0 5.57 2 10.78 2 5.22 7.08 10.22L716-604q4 4 9.5 4.5T736-604q5-5 5-10t-5-10l-62-62Zm-14.41 154Q598-532 555-575t-43-105.38Q512-742 555.04-785q43.04-43 105.37-43Q722-828 765-785t43 105q0 62-43.41 105t-105 43ZM260.24-300q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm280 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5ZM213.88-132q-5.88 0-9.88-4.08-4-4.09-4-9.92v-74q-25-6-46.5-37.5T132-320v-360q0-51 57.5-76T381-786q20-1 31 14.5t6 35.5q-2 11-3.5 22t-2.5 22q-1 11-8.26 19.5-7.27 8.5-18.74 8.5H160v196h358q6 0 12.69 1.62 6.68 1.63 11.31 4.38 12 6 24.06 11.41 12.07 5.4 25.94 9.59 12 4 24 5.5t25 2.5q11 1 19 8.5t8 18.5v86q0 31-21.5 62.5T600-220v74q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H228v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08Z" })); }); IconMaterialDepartureBoardW100Filled.displayName = 'OnesyIconMaterialDepartureBoardW100Filled'; export default IconMaterialDepartureBoardW100Filled;