@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 832 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Afree_cancellation%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024
const FreeCancellation = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:free-cancellation" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "M662-60 520-202l56-56 85 85 170-170 56 57L662-60ZM296-280l-56-56 64-64-64-64 56-56 64 64 64-64 56 56-64 64 64 64-56 56-64-64-64 64ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v254l-80 81v-175H200v400h250l79 80H200Zm0-560h560v-80H200v80Zm0 0v-80 80Z" }) })));
export default FreeCancellation;
//# sourceMappingURL=free-cancellation.js.map