@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
8 lines • 401 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"
}), React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
})), 'TripOrigin');