@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const CirclePlus = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:circle-plus" }, props, { children: _jsx("path", { d: "M11,11 L11,7.99539757 C11,7.44565467 11.4438648,7 12,7 C12.5522847,7 13,7.44910619 13,7.99539757 L13,11 L16.0046024,11 C16.5543453,11 17,11.4438648 17,12 C17,12.5522847 16.5508938,13 16.0046024,13 L13,13 L13,16.0046024 C13,16.5543453 12.5561352,17 12,17 C11.4477153,17 11,16.5508938 11,16.0046024 L11,13 L7.99539757,13 C7.44565467,13 7,12.5561352 7,12 C7,11.4477153 7.44910619,11 7.99539757,11 L11,11 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 CirclePlus;
//# sourceMappingURL=circle-plus.js.map