google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 603 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const TripOrigin = createIcon("TripOrigin", [
[
"path",
{
d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM12 18C15.31 18 18 15.31 18 12C18 8.69 15.31 6 12 6C8.69 6 6 8.69 6 12C6 15.31 8.69 18 12 18Z",
key: "1d59y1"
}
]
]);
export { TripOrigin as default };
//# sourceMappingURL=trip_origin.js.map