UNPKG

@navinc/base-react-components

Version:
4 lines 1.3 kB
import { jsx as _jsx } from "react/jsx-runtime"; const CircleDelete = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:circle-block" }, props, { children: _jsx("path", { d: "M12,10.5857864 L14.4780009,8.10778552 C14.8674333,7.71835316 15.498563,7.72038841 15.8890873,8.1109127 C16.2823343,8.50415966 16.2810117,9.13320189 15.8922145,9.52199909 L13.4142136,12 L15.8922145,14.4780009 C16.2810117,14.8667981 16.2823343,15.4958403 15.8890873,15.8890873 C15.498563,16.2796116 14.8674333,16.2816468 14.4780009,15.8922145 L12,13.4142136 L9.52199909,15.8922145 C9.13256673,16.2816468 8.501437,16.2796116 8.1109127,15.8890873 C7.71766575,15.4958403 7.71898833,14.8667981 8.10778552,14.4780009 L10.5857864,12 L8.10778552,9.52199909 C7.71898833,9.13320189 7.71766575,8.50415966 8.1109127,8.1109127 C8.501437,7.72038841 9.13256673,7.71835316 9.52199909,8.10778552 L12,10.5857864 Z M12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 Z M12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 Z" }) }))); export default CircleDelete; //# sourceMappingURL=circle-delete.js.map